.
This commit is contained in:
parent
579cba043c
commit
52b5af1563
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue