mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-01-24 05:49:38 +00:00
add basic README
This commit is contained in:
parent
922c8d0d1a
commit
75d7b16cfb
@ -0,0 +1,12 @@
|
||||
## @waku/create-app
|
||||
|
||||
This package is here to help you bootstrap your next Waku dapp.
|
||||
|
||||
Usage:
|
||||
- `yarn create @waku/app [options] <project-dir>`
|
||||
- `npx @waku/create-app [options] <project-dir>`
|
||||
|
||||
For options you can specify template from which to initialize your app. Template correlates directly to the name of example you can see in this repository.
|
||||
|
||||
#### How to add support for new example:
|
||||
Extend `wakuExamples` property defined in `package.json` in this package with the name of the example and relative path to it where folder of the example should be the same as it's name.
|
Loading…
x
Reference in New Issue
Block a user