@michaelrobertson74/nsm
v0.0.4
Published
quickly execute package.json scripts
Readme
Node Script Manager
Why
Who wants to spend all their time typing out long, easy to mess up, package.json scripts?
Not me. Here's a cli tool to do it instead.

Just think of how much more productive you will be with those precious saved seconds.
Installation
$ npm i @michaelrobertson74/nsm -gHow To Use
Just run
$ nsmfrom the root of any directory that has been npm initialized. You will be presented with a command line prompt to enter a script name. Enter partial script names until you see the one you would like to run.
Tips:
- You can enter either a parial script name or the script commands to find a script
- Use the arrow keys to move up and down to select your script
Coming Features
- Yarn Support
- Support for scripts that require user import
- Support for non ES6 environments
- Fuzzy Searches for scripts
