cannon-cli
v0.3.0
Published
CLI for react-cannon boilerplate
Readme
Cannon CLI
This CLI tool is used mainly for Cannon Boilerplate.
Installation
npm install -g cannon-cliUsage
cannon --type [type] [name]Options
--type [required] [choices: "action", "component", "reducer"]Example
cannon --type component sample
Generated src/components/Sample/Sample.js
Generated src/components/Sample/Sample.scss
Generated src/components/Sample/Sample.spec.js