1.0.749 • Published 3 years ago

@decentology/dappstarter v1.0.749

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

DappStarter Command Line Library

This cli utility speeds up creation of dappstarter based blockchain projects. An online version of this utility is available at dappstarter.decentology.com

Installation

  • 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

Usage

QuickStart

Basic usage

dappstarter create

Save configuration only

dappstarter create -w config.json

Create from configuration

dappstarter create -c config.json

Help

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

More Information