1 parent 3f9244c commit fab4992Copy full SHA for fab4992
1 file changed
README.md
@@ -3,14 +3,19 @@ Simple node.js commandline or terminal interface to execute cli commands from no
3
4
using _node-command-line_ you can run commands synchronously/asynchronously and get the output as a promise.
5
6
-#Method
+<!--## Install the package-->
7
+<!--```-->
8
+<!--$ npm install --save node-command-line-->
9
10
+
11
+##Method
12
13
| method | argument | functionality |
14
|---|---|---|
15
| run | command | run command synchronously/asynchronously based on using yield
16
17
-#Examples
18
+##Examples
19
20
Inject the dependencies
21
0 commit comments