rcc-cli
v1.0.31
Published
React Create Component CLI
Downloads
15
Readme
Install with npm
$ npm install rcc-cli -g
$ yarn global add rcc-cli
- type : the type of component to be created. [pure, component, container]
- name : the name of the component you wish to create.
- path : the path from your cwd() to inject the file.
$ rcc pure Header src/components
$ rcc container HeaderContainer src/containers