0.3.0 • Published 8 years ago

cannon-cli v0.3.0

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

Cannon CLI

This CLI tool is used mainly for Cannon Boilerplate.

Installation

npm install -g cannon-cli

Usage

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