npm-commands-gui
v1.0.6
Published
Graphical User Interface(GUI) within Command Line Interface(CLI) for NPM commands in your JavaScript repository
Downloads
5
Maintainers
Readme
npm-commands-gui
npm-commands-gui is built to give you the experience of GUI for NPM scripts within your favorite CLI!
Get Started
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.
Report Issues
Please raise issues here