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