1
0
Fork 0
This commit is contained in:
Travis Fischer 2018-03-07 03:13:07 -05:00 committed by Joost De Cock
parent 52b5af1563
commit f734a4c790

View file

@ -9,9 +9,10 @@
**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.**
<p align="center"> <p align="center">
<img width="600" src="https://raw.githubusercontent.com/transitive-bullshit/create-react-library/master/media/demo.svg"> <img width="600" src="https://cdn.rawgit.com/transitive-bullshit/create-react-library/master/media/demo.svg">
</p> </p>
The CLI is based on this [boilerplate](https://github.com/transitive-bullshit/react-modern-library-boilerplate), which you can optionally read in-depth about [here](https://hackernoon.com/publishing-baller-react-modules-2b039d84bce7). The CLI is based on this [boilerplate](https://github.com/transitive-bullshit/react-modern-library-boilerplate), which you can optionally read in-depth about [here](https://hackernoon.com/publishing-baller-react-modules-2b039d84bce7).
## Features ## Features
@ -51,7 +52,7 @@ Answer some basic prompts about your module, and then the CLI will perform the f
At this point, your new module should resemble this screenshot and is all setup for local development. At this point, your new module should resemble this screenshot and is all setup for local development.
<p align="center"> <p align="center">
<img width="600" src="https://raw.githubusercontent.com/transitive-bullshit/create-react-library/master/media/tree.svg"> <img width="600" src="https://cdn.rawgit.com/transitive-bullshit/create-react-library/master/media/tree.svg">
</p> </p>
## Development ## Development