cyfs-dapp-cli
v1.0.17
Published
build your dec app in cyfs's world quickly.
Downloads
23
Maintainers
Readme
cyfs-dapp-cli
You can use this tool to build your dec app in cyfs's world quickly. The dec app is contain a frontend, which is based on the frontend framework React and a backend, which use nodejs to develop the backend service.
Command
- To create a new dec app project with default Hello World template.
cyfs-dapp-cli create <project-name>
- To create a new dec app project with specific template.
You can use -t or --template to appoint a specific template, more templates: order-demo | message-board-demo
cyfs-dapp-cli create <project-name> -t <template-name>
- To retrieve the tool version.
cyfs-dapp-cli --version
- For helps.
cyfs-dapp-cli --help