rcc-cli

1.0.31 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i rcc-cli

Weekly Downloads

13

Version

1.0.31

License

MIT

Unpacked Size

116 kB

Total Files

15

Last publish

Collaborators

  • fbguillo