js-waku-examples/create-waku-app
weboko 29f5441731
update README, bump version and fix bin command
2023-01-19 20:05:59 +01:00
..
.gitignore merge with master 2023-01-04 21:57:56 +01:00
README.md update README, bump version and fix bin command 2023-01-19 20:05:59 +01:00
build.js move create app to the root and update paths accordingly: 2022-12-22 21:38:23 +01:00
createApp.js make light-chat as a first option 2022-12-22 23:39:50 +01:00
index.js move create app to the root and update paths accordingly: 2022-12-22 21:38:23 +01:00
package-lock.json update README, bump version and fix bin command 2023-01-19 20:05:59 +01:00
package.json update README, bump version and fix bin command 2023-01-19 20:05:59 +01:00

README.md

@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:

Just create an example in the examples folder in the root of the repository.