|
1 |
| -[](https://travis-ci.org/tldr-pages/tldr-node-client) [](https://david-dm.org/tldr-pages/tldr-node-client) [](https://david-dm.org/tldr-pages/tldr-node-client#info=devDependencies) |
2 |
| - |
3 | 1 | # tldr-node-client
|
4 | 2 |
|
| 3 | +[![NPM version][npm-image]][npm-url] |
| 4 | +[![Travs CI Build Status][travis-image]][travis-url] |
| 5 | +[![David DM Dependency Status][dep-image]][dep-url] |
| 6 | +[![David DM devDependency Status][dev-dep-image]][dev-dep-url] |
| 7 | +[![Gitter chat][gitter-image]][gitter-url] |
| 8 | + |
5 | 9 | A `Node.js` based command-line client for [tldr](https://github.com/tldr-pages/tldr).
|
6 | 10 |
|
7 | 11 | 
|
8 | 12 |
|
9 | 13 | ## Installing
|
10 | 14 |
|
11 |
| -[](https://www.npmjs.org/package/tldr) |
12 |
| - |
13 | 15 | ```bash
|
14 | 16 | $ npm install -g tldr
|
15 | 17 | ```
|
@@ -68,3 +70,18 @@ As a contributor, you can also point to your own fork or branch:
|
68 | 70 | Contribution are most welcome!
|
69 | 71 | Have a look [over here](https://github.com/tldr-pages/tldr-node-client/blob/master/CONTRIBUTING.md)
|
70 | 72 | for a few rough guidelines.
|
| 73 | + |
| 74 | +[npm-url]: https://www.npmjs.com/package/tldr |
| 75 | +[npm-image]: https://img.shields.io/npm/v/tldr.svg |
| 76 | + |
| 77 | +[travis-url]: https://travis-ci.org/tldr-pages/tldr-node-client |
| 78 | +[travis-image]: https://img.shields.io/travis/tldr-pages/tldr-node-client.svg |
| 79 | + |
| 80 | +[dep-url]: https://david-dm.org/tldr-pages/tldr-node-client |
| 81 | +[dep-image]: https://david-dm.org/tldr-pages/tldr-node-client.svg?theme=shields.io |
| 82 | + |
| 83 | +[dev-dep-url]: https://david-dm.org/tldr-pages/tldr-node-client#info=devDependencies |
| 84 | +[dev-dep-image]: https://david-dm.org/tldr-pages/tldr-node-client/dev-status.svg?theme=shields.io |
| 85 | + |
| 86 | +[gitter-url]: https://gitter.im/tldr-pages/tldr |
| 87 | +[gitter-image]: https://badges.gitter.im/tldr-pages/tldr.png |
0 commit comments