Comparing version
{ | ||
"name": "cli-apply", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "CLI Apply is a simple way to create node applications that can be executed and interfaced with using the command line.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,2 +14,4 @@ # CLI Apply | ||
`npm install cli-apply` | ||
```js | ||
@@ -31,12 +33,12 @@ const cliApply = require('cli-apply') | ||
1. When the file is executed, a terminal prompt will ask you which function you would like to execute. | ||
- When the file is executed, a terminal prompt will ask you which function you would like to execute. | ||
 | ||
 | ||
2. Once selected an array can be supplied which will be the parameters of the function. | ||
- Once selected an array can be supplied which will be the parameters of the function. | ||
 | ||
 | ||
3. The specified function will be executed with the given parameters and will return the result. | ||
- The specified function will be executed with the given parameters and will return the result. | ||
 | ||
 |
64330
0.04%43
4.88%