Skip to content

Commit 4ac27f0

Browse files
add demo to readme
1 parent 12e1990 commit 4ac27f0

File tree

6 files changed

+2514
-2
lines changed

6 files changed

+2514
-2
lines changed

.npmignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
!templates/**/*
2-
!templates/.gitignore
2+
media

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ npm install -g react-modern-library-cli
3838
react-modern-library-cli
3939
```
4040

41+
![](https://raw.githubusercontent.com/transitive-bullshit/react-modern-library-cli/master/media/demo.gif)
42+
4143
Answer some basic prompts about your module, and then the CLI will perform the following steps:
4244
- copy over the template to a new folder in the current directory
4345
- install dependencies via yarn or npm
@@ -48,6 +50,10 @@ At this point, your new module is all setup for local development.
4850

4951
## Development
5052

53+
![](https://raw.githubusercontent.com/transitive-bullshit/react-modern-library-cli/master/media/demo.png)
54+
55+
*(Breakdown of the files in your newly created module)*
56+
5157
Local development is broken into two parts.
5258

5359
First, you'll run rollup to watch your `src/` module and automatically recompile it into `dist/` whenever you make changes.

media/demo.gif

3.23 MB
Loading

media/demo.png

107 KB
Loading

0 commit comments

Comments
 (0)