5.0.0 • Published 2 years ago
runny v5.0.0
Runny
Run one command in a couple directories.
Install
npm i runny -g
How to use?
$ runny
Usage: runny [options]
Options:
-h, --help display this help and exit
-v, --version display version and exit
-c, --command command to run
-d, --directories directories, divided by ","
--save save config to file ~/.runny.json
--save-here save config to file ./runny.json
Config
You could create file .runny.json
in home directory,
or runny.json
in current directory with fields:
{
"command": "pwd",
"directories": [
"~/one",
"~/two",
"~/three"
]
}
Data will be read before execution in next order (left is more important):
command line -> ./runny.json -> ~/.runny.json
License
MIT
5.0.0
2 years ago
4.0.1
6 years ago
4.0.0
6 years ago
3.0.0
7 years ago
2.1.1
7 years ago
2.1.0
7 years ago
2.0.1
8 years ago
2.0.0
8 years ago
1.4.2
9 years ago
1.4.1
9 years ago
1.4.0
9 years ago
1.3.6
9 years ago
1.3.5
9 years ago
1.3.4
9 years ago
1.3.3
10 years ago
1.3.2
10 years ago
1.3.1
10 years ago
1.3.0
10 years ago
1.2.3
10 years ago
1.2.2
10 years ago
1.2.1
10 years ago
1.2.0
10 years ago
1.1.0
10 years ago
1.0.0
10 years ago