A simple tool that runs your npm scripts.
correThis CLI requires Node 8.10.0 or higher.
npm install -g correor simply
npx corre- Looks for
package.jsonin 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
Enterkey - Done 🎉

