0.1.2 • Published 5 years ago

jc-react-cli v0.1.2

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

Install

npm i jc-react-cli -g

Usage

  1. Create a project directory in the current path.
juicecube init <project's name>
  1. Create a component directory in the current path.
juicecube create <component's name>

If you want the component with redux, you need use -r.
3. Clean local template Cache.

juicecube clean