Commit Graph

13 Commits

Author SHA1 Message Date
Sean Zellmer
c8b7455f25 Clarify where to run apps in howtos (#170)
* Add missing argument for `drive-writer-app` key in p2p fs howto

* Clarify where applications should be run in howtos

The wording is adjusted to make it clearer when one pear app should be
left running and where to run apps in general. In some cases a reader
would be prompted to make a directory and then change directories into
it and modify some files. After modifying the files, they would be asked
to change into the directory again even though they would be in the
directory already. This has been clarified by removing commands for
changing directory where the reader will be already in that directory.
2025-02-28 12:16:09 +01:00
Sean Zellmer
577c4c1bec Updating guides (1.5.0) (#154)
* Remove `--` for app option passthrough

Changed since `paparam` was used for parsing command line options:
85892a6a32a84ae42a548f8e3ac0b5dbedd70c80
Now uses `cmd.rest` for app args.

* Use `Pear.config.args` for howto scripts

* Update "starting a pear desktop project" guide to match template

* Remove `--no-ask-trust` flag from `pear run` cli doc

This command was replaced by `--no-ask` which was already in the
documentation. Updated a reference to `--no-ask-trust` in the 'Sharing a
Pear Application' guide.

* Fix typos in "Releasing a Pear Application" guide

* Correct application storage folder name in hyperbee howto

* Add missing `test/index.test.js` in project structure for terminal guide

* Remove language about app continuing to run

This is no longer true at least as of pear:
v0.5114.pqbzjhqyonxprx8hghxexnmctw75mr91ewqw5dxe1zmntfyaddqy / v1.5.0

* Fix extra indention in example code for hypercore howto

* Format json in `_template.json` example

* Add instructions to set up a minimal `package.json` for testing template

Without this, the next step of `pear run --dev .` does not work since
`pear` expects a `package.json` file.

* Rename hyperbee reader app in hyperdrive howto to avoid name conflict

Naming only matters if someone is following the guides and starts each
guide from the same root directory. If they do, then `bee-reader-app`
from the hyperdrive conflicts with the `bee-reader-app` from the
hyperbee howto.

* Remove unrelated youtube tutorial from hyperswarm howto

* Update guide/creating-a-pear-init-template.md

Co-authored-by: David Mark Clements <huperekchunow@googlemail.com>

* Fix spelling mistake

Co-authored-by: David Mark Clements <huperekchunow@googlemail.com>

---------

Co-authored-by: David Mark Clements <huperekchunow@googlemail.com>
2024-11-01 19:32:58 +01:00
Sean Zellmer
706f396a5d Convert all howtos to use pear run --dev (#152) 2024-10-22 15:06:18 +02:00
d61b292b-2859-4ed6-8c7c-b7397ad8e351
928bb27b3e Fix dependencies (#128)
Add `hyperbee` to installed packages

Remove `debounceify` since it's not used
2024-08-15 14:18:53 +02:00
Md Tanjin Alam
e28cf00b10 Fixed command-line argument parameter parsing across files from process.argv[2] to process.argv[3] (#115) 2024-08-14 09:52:15 +02:00
Thomas Verstreken
03289a500d Add missing import of process (#108)
* Add missing import of process

* Add missing (bare-)process

* Add missing (bare-)process

* Add missing (bare-)process
2024-06-04 10:13:08 +02:00
Subash SN
837056a50e Updated Youtube links with existing markdown syntax (#40)
* Fixed youtube links

* Updated E2
2024-02-14 14:45:56 +01:00
dmc
696fec2b86 videos 2024-02-12 18:40:22 +01:00
dmc
6526255dee tweaks 2024-02-01 17:27:01 +01:00
dmc
c93f52e754 pearify 2024-02-01 14:34:38 +01:00
dmc
ea3cf7cff5 link fixes 2024-02-01 00:25:03 +01:00
dmc
79a16ecc36 howto headings 2024-01-25 18:01:04 +01:00
dmc
87198720b2 releasing a pear, readme iterate, howtos 2024-01-25 14:36:02 +01:00