1
0
Fork 0
This commit is contained in:
Travis Fischer 2018-03-04 21:01:30 -05:00 committed by Joost De Cock
parent e8873a9957
commit cb87afd3ce

View file

@ -10,6 +10,8 @@ This CLI based off of this [boilerplate](https://github.com/transitive-bullshit/
**The purpose of this CLI is to make publishing your own React components as simple as possible.** **The purpose of this CLI is to make publishing your own React components as simple as possible.**
![](https://raw.githubusercontent.com/transitive-bullshit/react-modern-library-cli/master/media/demo.gif)
## Features ## Features
- Support all modern JS language features for component development out of the box - Support all modern JS language features for component development out of the box
@ -38,8 +40,6 @@ npm install -g react-modern-library-cli
react-modern-library-cli react-modern-library-cli
``` ```
![](https://raw.githubusercontent.com/transitive-bullshit/react-modern-library-cli/master/media/demo.gif)
Answer some basic prompts about your module, and then the CLI will perform the following steps: Answer some basic prompts about your module, and then the CLI will perform the following steps:
- copy over the template to a new folder in the current directory - copy over the template to a new folder in the current directory
- install dependencies via yarn or npm - install dependencies via yarn or npm