React Create Component CLI
npm install rcc-cli

Install with npm
``bash`
$ npm install rcc-cli -g`bash`
$ 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.
`bash`
$ rcc pure Header src/components
`bash``
$ rcc container HeaderContainer src/containers
RCC provides templated ES6 React Components
Built with FS and CommanderJs