js-waku-examples/packages/create-waku-app
weboko 96233540e2
add package-lock to @waku/app
2022-12-24 00:49:51 +01:00
..
.gitignore add package-lock to @waku/app 2022-12-24 00:49:51 +01:00
README.md add basic README 2022-12-13 00:10:25 +01:00
build.js nit: move to await try/catch 2022-12-13 00:11:18 +01:00
createApp.js fix: skip npm i for examples without package.json 2022-12-13 00:11:07 +01:00
index.js create build scrupt, make adjustments to use examples from package json 2022-12-13 00:09:07 +01:00
package-lock.json add package-lock to @waku/app 2022-12-24 00:49:51 +01:00
package.json move to original license 2022-12-13 00:10:43 +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:

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.