runrun-cli
v2.0.0
Published
Delightful interactive npm scripts runner
Downloads
8
Maintainers
Readme
runrun-cli
Delightful interactive npm scripts runner.
Demo

Installation
Try it out with npx:
npx runrun-cliInstall globally (enables to execute rr and rrr anywhere):
npm install -g runrun-cliUsage
Interactively choose which script to run from package.json:
rrRe-run last chosen script (same as rr -r):
rrrCLI Options
-h (or --help)
List all CLI options:
rr -h-s (or --select)
Use Prompts select instead of autocomplete (supports vi motion keys):
rr -s-c (or --config)
Path to a package.json in a different directory, relative to the current working dir:
rr -c sub/path/package.jsonContributing
See the CONTRIBUTING document.
