Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/muskeinsingh/npm-commands-gui
- Owner: muskeinsingh
- Created: 2019-12-27T18:06:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-15T05:52:45.000Z (almost 3 years ago)
- Last Synced: 2024-10-09T11:38:48.929Z (about 1 month ago)
- Topics: cli, javascript, node, npm
- Language: JavaScript
- Size: 42 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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)