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

View file

@ -9,7 +9,7 @@
**The purpose of this CLI is to make publishing your own React components as simple as possible.**
<p align="center">
<img width="600" src="https://cdn.rawgit.com/transitive-bullshit/create-react-library/master/media/demo.svg">
<img width="600" src="https://raw.githubusercontent.com/transitive-bullshit/create-react-library/master/media/demo.svg">
</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).
@ -51,7 +51,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.
<p align="center">
<img width="600" src="https://cdn.rawgit.com/transitive-bullshit/create-react-library/master/media/tree.svg">
<img width="600" src="https://raw.githubusercontent.com/transitive-bullshit/create-react-library/master/media/tree.svg">
</p>
## Development