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
RCC provides templated ES6 React Components
Built with FS and CommanderJs