Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 938 Bytes

File metadata and controls

36 lines (26 loc) · 938 Bytes

Build Status NPM version

rcc-cli

React Create Component

Install with npm

$ npm install rcc-cli -g
$ yarn global add rcc-cli

Usage:

rcc accepts three arguments:
  • 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.

Examples:

$ rcc pure Header src/components
$ rcc container HeaderContainer src/containers

A very simple tool for building React applications quickly.

RCC provides templated ES6 React Components

Built with FS and CommanderJs