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
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 npmwatRun it:
npmwat