From 52eacf1cf01fa3da31f1059bb6c93aca874c685b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ruud=20Schro=C3=ABn?= Date: Fri, 22 Jun 2018 15:30:49 +0200 Subject: [PATCH] Added a custom badge for new projects --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index bb048c9..0e9bf7e 100644 --- a/README.md +++ b/README.md @@ -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 +```