Skip to content

Commit e0f9ca9

Browse files
committed
✨ TypeScript 2.3 RC
📚 example with Async generators & iterators
1 parent 84fbb2b commit e0f9ca9

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Node UI
22
=======
3+
[![NPM version][npm-image]][npm-url]
4+
[![NPM downloads][downloads-image]][downloads-url]
5+
36
Command Line UI components for Node.js
47

58
> 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
98101
cd dist
99102
npm publish
100103
```
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

Comments
 (0)