1010<img alt =" code style: prettier " src =" https://img.shields.io/badge/code_style-prettier-ff69b4.svg " >
1111</a >
1212
13- # Shell executor for [ Runnerty] :
13+ # Shell executor for [ Runnerty]
1414
1515### Installation:
1616
@@ -20,18 +20,18 @@ Through NPM
2020npm i @runnerty/executor-shell
2121```
2222
23- You can also add modules to your project with [ runnerty-cli ]
23+ You can also add modules to your project with [ runnerty]
2424
2525``` bash
26- npx runnerty-cli add @runnerty/executor-shell
26+ npx runnerty add @runnerty/executor-shell
2727```
2828
29- This command installs the module in your project, adds example configuration in your ` config.json ` and creates an example plan of use.
29+ This command installs the module in your project, adds example configuration in your [ config.json] and creates an example plan of use.
3030
31- If you have installed [ runnerty-cli ] globally you can include the module with this command:
31+ If you have installed [ runnerty] globally you can include the module with this command:
3232
3333``` bash
34- rty add @runnerty/executor-shell
34+ runnerty add @runnerty/executor-shell
3535```
3636
3737### Configuration sample:
@@ -132,12 +132,12 @@ This the output of `my-returning-object-process.js`:
132132Output values with the object's values.
133133It is possible to access the values by [ GETVALUE] function:
134134
135- ```
135+ ``` json
136136@GV(PROCESS_EXEC_JSON_NAME) --> "my output name"
137137@GV(PROCESS_EXEC_JSON_LASTNAME) --> "my output lastName"
138138```
139139
140- [ runnerty ] : http ://www.runnerty.io
140+ [ runnerty ] : https ://www.runnerty.io
141141[ downloads-image ] : https://img.shields.io/npm/dm/@runnerty/executor-shell.svg
142142[ npm-url ] : https://www.npmjs.com/package/@runnerty/executor-shell
143143[ npm-image ] : https://img.shields.io/npm/v/@runnerty/executor-shell.svg
@@ -146,4 +146,3 @@ It is possible to access the values by [GETVALUE] function:
146146[ getvalue ] : http://docs.runnerty.io/functions/
147147[ config.json ] : http://docs.runnerty.io/config/
148148[ plan.json ] : http://docs.runnerty.io/plan/
149- [ runnerty-cli ] : https://www.npmjs.com/package/runnerty-cli
0 commit comments