npm-commands-gui is built to give you the experience of GUI for NPM scripts within your favorite CLI!
-
Install
npm-commands-gui
globally usingnpm install -g npm-commands-gui
-
cd
into your JavaScript NPM/Yarn based repository that has apackage.json
and runnpm-commands-gui
from the CLI. It should display the scripts that are exposed in thepackage.json
. You can press arrow keys orJ
andK
keys to navigate through the list. PressEnter
to run a command.
Please raise issues here