select-npm-scripts
v1.0.1
Published
A simple Node.js CLI tool that scans your `package.json` for `scripts`, and lets you choose one to run via an interactive menu.
Readme
select-npm-scripts
A simple Node.js CLI tool that scans your package.json for scripts, and lets you choose one to run via an interactive menu.
Installation
npm install -g select-npm-scriptsUsage
snpsExample
Which NPM script do you want to run?
> dev
build
lint
start