Skip to content

Commit 90ee209

Browse files
committed
Add downloads, version and license badge to readme.md
1 parent 6b848e0 commit 90ee209

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gistash",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Upload your local changes or stashed files to GitHub Gist.",
55
"main": "cli.js",
66
"repository": "[email protected]:mittalyashu/gistash.git",

readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010
</p>
1111

1212
<p align="center">
13+
<a href="https://npmcharts.com/compare/gistash?minimal=true">
14+
<img src="https://img.shields.io/npm/dm/gistash.svg?sanitize=true" alt="Downloads" />
15+
</a>
16+
<a href="https://www.npmjs.com/package/gistash">
17+
<img src="https://img.shields.io/npm/v/gistash.svg?sanitize=true" alt="Version" />
18+
</a>
19+
<a href="https://www.npmjs.com/package/gistash">
20+
<img src="https://img.shields.io/npm/l/gistash.svg?sanitize=true" alt="License" />
21+
</a>
1322
<img src="https://badgen.net/badge/node/%3E=10/green" alt="Minimum Node.js version" />
1423
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs welcome!" />
1524
<a href="https://twitter.com/intent/follow?screen_name=mittalyashu77">

0 commit comments

Comments
 (0)