.
This commit is contained in:
parent
e8873a9957
commit
cb87afd3ce
1 changed files with 2 additions and 2 deletions
|
@ -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.**
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## 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
|
||||||
```
|
```
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue