A simple tool that runs your npm scripts.
corre
This CLI requires Node 8.10.0 or higher.
npm install -g corre
or simply
npx corre
- Looks for
package.json
in the current directory- Walks a maximum of 10 directories up until it finds
package.json
. Exits if not found.
- Walks a maximum of 10 directories up until it finds
- Provides a keyboard navigable list of scripts to run
- Choose a script and press the
Enter
key - Done 🎉