Skip to content

Commit

Permalink
Added a custom badge for new projects
Browse files Browse the repository at this point in the history
  • Loading branch information
roedesh authored Jun 22, 2018
1 parent fb7495e commit 52eacf1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,18 @@ Or if you don't use CLion:
nxstart -n "My new project" -a "John Doe" libnx --no-clion
```

## Badge for nx-start projects
If you created a new project using this tool and you want to show some love, there is a fancy badge you can add to your README.md.

[![created_with nxstart](https://img.shields.io/badge/created_with-nxstart-blue.svg)](https://github.com/roedesh/nxstart)

### Markdown
```markdown
[![created_with nxstart](https://img.shields.io/badge/created_with-nxstart-blue.svg)](https://github.com/roedesh/nxstart)
```

### reStructuredText
```
.. image:: https://img.shields.io/badge/created_with-nxstart-blue.svg
:target: https://github.com/roedesh/nxstart
```

0 comments on commit 52eacf1

Please sign in to comment.