Kev Posted May 3, 2020 Report Posted May 3, 2020 Delightful interactive npm scripts runner. Demo Installation Try it out with npx: npx runrun-cli Install globally (enables to execute rr and rrr anywhere): npm install -g runrun-cli Usage Interactively choose which script to run from package.json: rr Re-run last chosen script (same as rr -r): rrr For CLI options, use the -h (or --help) argument: rr -h Source Quote