npmwat
v0.1.1
Published
A CLI that lists all scripts in package.json and allows filtering and selecting which to run. Also detects whether project should be run with yarn or npm
Downloads
2
Readme
npmwat
A simple CLI tool that lists out the package.json
scripts in a directory, and then allows filtering over them.
It also detects if a yarn.lock
is present and changes the commands run to use yarn
.
Getting started
Install it:
npm i -g npmwat
Run it:
npmwat