lyef-react-cli
v1.0.1
Published
Command line tool for building decoupled and independent react components based on Lyef React Component.
Downloads
7
Maintainers
Readme
Lyef React Cli
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.
Getting Started
Install lyef-react-cli
globally:
$ npm install -g lyef-react-cli
Usage
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
Contributing
See the CONTRIBUTING Guidelines
Support
If you have any problem or suggestion please open an issue here.