Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muskeinsingh/npm-commands-gui

Graphical User Interface(GUI) within Command Line Interface(CLI) for NPM commands in your JavaScript repository
https://github.com/muskeinsingh/npm-commands-gui

cli javascript node npm

Last synced: about 1 month ago
JSON representation

Graphical User Interface(GUI) within Command Line Interface(CLI) for NPM commands in your JavaScript repository

Awesome Lists containing this project

README

        

# npm-commands-gui
[![npm version](https://img.shields.io/npm/v/npm-commands-gui.svg)](https://www.npmjs.com/package/npm-commands-gui) [![License](https://img.shields.io/badge/License-Apache%202.0-brightgreen.svg)](https://opensource.org/licenses/Apache-2.0)

npm-commands-gui is built to give you the experience of GUI for NPM scripts within your favorite CLI!

# **Get Started**

1. Install `npm-commands-gui` globally using `npm install -g npm-commands-gui`

2. `cd` into your JavaScript NPM/Yarn based repository that has a `package.json` and run `npm-commands-gui` from the CLI. It should display the scripts that are exposed in the `package.json`. You can press arrow keys or `J` and `K` keys to navigate through the list. Press `Enter` to run a command.

![](https://j.gifs.com/81gDql.gif)

# **Report Issues**

Please raise issues [here](https://github.com/muskeinsingh/npm-commands-gui/issues)

# **Contributor**

[Muskein Singh](https://twitter.com/muskein)