Commit Graph

10 Commits

Author SHA1 Message Date
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
Vivek Singh
3817bff892 Update guides (#134)
* update desktop guide

* update pear terminal guides

* fixes

* fix ctrl-c for example terminal app

* use SIGINT on readline close

---------

Co-authored-by: rafapaezbas <rafaelpaezbastida@gmail.com>
2024-08-27 12:15:39 +02:00
Subash SN
a4d631e047 Embed syntax (#47)
Co-authored-by: Subash <subash@vuln.in>
2024-02-14 18:13:31 +01: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
Tobias Baunbæk Christensen
ddbf4c9dd7 Update guide/starting-a-pear-terminal-project.md
Co-authored-by: David Mark Clements <david.mark.clements@gmail.com>
2024-02-13 15:08:00 +01:00
Tobias Baunbaek
74f73c0ecb Add Making A Terminal App guide 2024-02-13 15:02:21 +01:00
dmc
696fec2b86 videos 2024-02-12 18:40:22 +01:00
HDegroote
5643e6d06c Less words in pear terminal guide 2024-01-24 22:06:09 +01:00
dmc
8693b63c5c sharing an app + other improvements 2024-01-23 14:44:50 +01:00
David Mark Clements
8f5eddbaba terminal doc stubs 2023-12-15 13:57:30 +01:00