This cli utility speeds up creation of dappstarter based blockchain projects. An online version of this utility is available at dappstarter.decentology.com
npm install -g @decentology/dappstarter
- You can go to releases to pull the latest binary compiled version and add installation location to your system's PATH
Basic usage
dappstarter create
Save configuration only
dappstarter create -w config.json
Create from configuration
dappstarter create -c config.json
Usage: dappstarter create [options]
Options:
-c, --config <file> Loads configuration from file and processes.
-o, --output <path> Output directory. If omitted current directory will be used.
-w, --write-config [path] Writes configuration to file without processing.
-p, --print-config Echos configuration to terminal without processing.
-h, --help display help for command