Skip to content

fisshy/react-rock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React Rock

Some easy to use tools to generate boilerplates ( work in progress )

Install

With npm: (currently not deployed)

$ npm install git+https://github.com/fisshy/react-rock.git -g

Commands

Generate component boilerplate

$ rock mc <component>

Generates
/component
    /actions
        component.js
    /components
        component.jsx
    /constants
        component.js
    /store
        component.js