A slush generator to create isolated and decoupled react componentes with es6. To understand more about the structure and philosophy, please take a look at the generated structure here.
Install slush-lyef-react
globally:
$ npm install -g slush-lyef-react
Create a new folder for your component:
$ mkdir my-component
Run the generator from within the new folder:
$ cd my-component
$ slush lyef-react
Slush is a tool that uses Gulp for project scaffolding.
To find out more about Slush, check out the documentation.
See the CONTRIBUTING Guidelines
If you have any problem or suggestion please open an issue here.