We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84fbb2b commit e0f9ca9Copy full SHA for e0f9ca9
1 file changed
README.md
@@ -1,5 +1,8 @@
1
Node UI
2
=======
3
+[![NPM version][npm-image]][npm-url]
4
+[![NPM downloads][downloads-image]][downloads-url]
5
+
6
Command Line UI components for Node.js
7
8
> This module is based on [clui](https://github.com/nathanpeck/clui) and [draftlog](https://github.com/ivanseidel/node-draftlog)
@@ -98,3 +101,9 @@ yarn run prepublishOnly
98
101
cd dist
99
102
npm publish
100
103
```
104
105
106
+[npm-image]: https://img.shields.io/npm/v/nodeui.svg?style=flat
107
+[npm-url]: https://npmjs.org/package/nodeui
108
+[downloads-image]: https://img.shields.io/npm/dm/nodeui.svg?style=flat
109
+[downloads-url]: https://npmjs.org/package/nodeui
0 commit comments