A terminal CLI to create isolated and decoupled react componentes with es6. To understand more about the structure and philosophy, please take a look to the generated structure here.
Install lyef-react-cli
globally:
$ npm install -g lyef-react-cli
Run the create command:
# passing the attributes directly
$ lyef-react create my-component-name authorname "Some description about it" 0.0.1
# passing just the name
$ lyef-react create my-component-name
See the CONTRIBUTING Guidelines
If you have any problem or suggestion please open an issue here.