Skip to content
This repository has been archived by the owner on Apr 2, 2022. It is now read-only.

CLI client for TryCrypto to initialize a DappStarter project

Notifications You must be signed in to change notification settings

FlowFans/dappstarter-cli

 
 

Repository files navigation

Decentology Logo

Build Status

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

About

CLI client for TryCrypto to initialize a DappStarter project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 93.3%
  • JavaScript 6.7%