Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
add demo to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Mar 5, 2018
1 parent 12e1990 commit 4ac27f0
Show file tree
Hide file tree
Showing 6 changed files with 2,514 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .npmignore
@@ -1,2 +1,2 @@
!templates/**/*
!templates/.gitignore
media
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -38,6 +38,8 @@ npm install -g react-modern-library-cli
react-modern-library-cli
```

![](https://raw.githubusercontent.com/transitive-bullshit/react-modern-library-cli/master/media/demo.gif)

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
- install dependencies via yarn or npm
Expand All @@ -48,6 +50,10 @@ At this point, your new module is all setup for local development.

## Development

![](https://raw.githubusercontent.com/transitive-bullshit/react-modern-library-cli/master/media/demo.png)

*(Breakdown of the files in your newly created module)*

Local development is broken into two parts.

First, you'll run rollup to watch your `src/` module and automatically recompile it into `dist/` whenever you make changes.
Expand Down
Binary file added media/demo.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/demo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4ac27f0

Please sign in to comment.