Skip to content

Commit

Permalink
✨ Improve README content
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck committed Jun 6, 2019
1 parent 623afd9 commit 0b4fe40
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Please ⭐️ this repository if you like it.

## 📜 License

Copyright © 2019 [Franck Abgrall](kefranabg).
Copyright © 2019 [Franck Abgrall](https://github.com/kefranabg).
This project is under [license](https://github.com/kefranabg/readme-cli/blob/master/LICENSE).

---
Expand Down
20 changes: 19 additions & 1 deletion templates/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@

> <%= projectDescription %>
<% } -%>
## 📦 Install

```sh
npm i
```

## 🚀 Usage

```sh
npm run start
```

## ✅ Run tests

```sh
npm run test
```
<% if (authorName || authorTwitterUsername || authorGithubUsername) { -%>

## 👤 Author
Expand All @@ -25,7 +43,7 @@ Please ⭐️ this repository if you like it.
## 📜 License

<% if (authorName && authorGithubUsername) { -%>
Copyright © <%= currentYear %> [<%= authorName %>](<%= authorGithubUsername %>).
Copyright © <%= currentYear %> [<%= authorName %>](https://github.com/<%= authorGithubUsername %>).
<% } -%>
This project is under [license](<%= licenseUrl %>).
<% } -%>
Expand Down

0 comments on commit 0b4fe40

Please sign in to comment.