0.1.2 • Published 5 years ago

re-ducks-gen v0.1.2

Weekly downloads
10
License
MIT
Repository
github
Last release
5 years ago

re-ducks-gen

npm NpmLicense

Cli tool to generate duck files of re-ducks

Install

$ npm i re-ducks-gen

Usage

Usage: re-ducks-gen [options]

Add new duck files

Options:
  -V, --version  output the version number
  -h, --help     output usage information

Configuration

This cli is using cosmicconfig.

{
  "re-ducks-gen": {
    "root": "./state/ducks"
  }
}

License

MIT