Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)