Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rbarilani/npmi
Turn your npm scripts in an interactive shell
https://github.com/rbarilani/npmi
Last synced: 21 days ago
JSON representation
Turn your npm scripts in an interactive shell
- Host: GitHub
- URL: https://github.com/rbarilani/npmi
- Owner: rbarilani
- Created: 2017-03-20T08:43:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T08:52:32.000Z (almost 8 years ago)
- Last Synced: 2024-04-14T11:04:07.213Z (10 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
@rbarilani/npm-interactive-scripts
==================================Turn your npm scripts in an interactive shell.
Built with [vorpal](https://github.com/dthree/vorpal), a framework for building interactive CLI applications.## Install
```bash
$ npm install @rbarilani/npmi -g
```## Usage
Go into a project folder where a `package.json` defines some [npm-scripts](https://docs.npmjs.com/misc/scripts) and run:
```bash
$ npmi
```## Similar projects
* [ntl](https://github.com/ruyadorno/ntl)