Skip to content

BlakeGuilloud/rcc-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

React Create Component

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published