Skip to content

Commit 471118c

Browse files
committed
update readme file to add npm info
1 parent 5484689 commit 471118c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ Simple node.js commandline or terminal interface to execute cli commands from no
33

44
using _node-command-line_ you can run commands synchronously/asynchronously and get the output as a promise.
55

6+
#####npm info :
7+
![node-command-line npm version](https://img.shields.io/npm/v/node-command-line.svg) ![total npm downloads for node-command-line](https://img.shields.io/npm/dt/node-command-line.svg) ![monthly npm downloads for node-command-line](https://img.shields.io/npm/dm/node-command-line.svg) ![npm licence for node-command-line](https://img.shields.io/npm/l/node-command-line.svg)
8+
69
##### GitHub Info:
710
![node-command-line GitHub Release](https://img.shields.io/github/release/shaishab/node-command-line.svg) ![GitHub license node-command-line license](https://img.shields.io/github/license/shaishab/node-command-line.svg) ![open issues for node-command-line on GitHub](https://img.shields.io/github/issues/shaishab/node-command-line.svg)
811

9-
<!--## Install the package-->
10-
<!--```-->
11-
<!--$ npm install --save node-command-line-->
12-
<!--```-->
12+
## Install the package
13+
```
14+
$ npm install --save node-command-line
15+
```
1316

1417
##Method
1518

0 commit comments

Comments
 (0)