Skip to content

Commit

Permalink
🎨 Improve README structure
Browse files Browse the repository at this point in the history
  • Loading branch information
kefranabg committed Jun 11, 2019
1 parent cdd7df6 commit 1ced8d6
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,18 @@
## ✨ Demo

`readme-md-generator` is able to read your environment (package.json, git config...) to suggest you default answers during the `README.md` creation process :

<img width="700" src="https://user-images.githubusercontent.com/9840435/59162633-8f291b80-8af4-11e9-9985-b0f768cbc2b1.gif" alt="demo"/>

Generated `README.md` :

<img width="700" src="https://user-images.githubusercontent.com/9840435/59162884-02cd2780-8af9-11e9-9765-e1af31fd8bc2.jpg" alt="cli output"/>

Example of `package.json` with good meta data :

```json
// My project package.json (NOT REQUIRED TO RUN README-MD-GENERATOR)
// The package.json is not required to run README-MD-GENERATOR
{
"name": "readme-md-generator",
"version": "0.1.3",
Expand All @@ -46,14 +56,6 @@
}
```

`readme-md-generator` will process as following within a `git` repository that contains a `package.json` config like the one above :

<img width="700" src="https://user-images.githubusercontent.com/9840435/59162633-8f291b80-8af4-11e9-9985-b0f768cbc2b1.gif" alt="demo"/>

Generated `README.md` :

<img width="700" src="https://user-images.githubusercontent.com/9840435/59162884-02cd2780-8af9-11e9-9765-e1af31fd8bc2.jpg" alt="cli output"/>

## 📦 Install

With npm :
Expand Down

0 comments on commit 1ced8d6

Please sign in to comment.