2.0.0 • Published 1 year ago

runrun-cli v2.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
1 year ago

runrun-cli

version MIT License PRs Welcome styled with prettier

Delightful interactive npm scripts runner.

Demo

runrun 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

CLI 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.json

Contributing

See the CONTRIBUTING document.

2.0.0

1 year ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago