# nps-i

> Interactive mode for nps

Latest version **1.0.2** (published 2018-06-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install nps-i
pnpm add nps-i
yarn add nps-i
bun add nps-i
```

Provides the commands `ni`, `nps-i`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2018-06-25 |
| First published | 2018-06-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 4.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | siddharthkp |
| Maintainers | siddharthkp |

## Links

- npm: https://www.npmjs.com/package/nps-i
- npm.io page: https://npm.io/package/nps-i

## Dependencies (5)

- [execa](https://npm.io/package/execa.md) 0.10.0
- [fuzzy](https://npm.io/package/fuzzy.md) 0.1.3
- [inquirer](https://npm.io/package/inquirer.md) 5.2.0
- [right-pad](https://npm.io/package/right-pad.md) 1.0.1
- [inquirer-autocomplete-prompt](https://npm.io/package/inquirer-autocomplete-prompt.md) 0.12.1

## Recent versions

- 1.0.2 (latest) — 2018-06-25
- 1.0.1 — 2018-06-14
- 1.0.0 — 2018-06-14

## README

<p align="center">
  <img src="https://78.media.tumblr.com/240d51485c042ab5bed754294ad020c6/tumblr_msz10zJc751svwlszo2_500.gif" height="200px"/>
  <br><br>
  <b>Interactive mode for <a target="blank" href="https://github.com/kentcdodds/nps">nps</a></b>
</p>

&nbsp;

#### install

```
npm install nps-i
```

or install it globally

```
npm install -g nps-i
```

&nbsp;

#### usage

Replace `nps` with `nps-i` in your package.json

```json
{
  "scripts": {
    "start": "nps-i"
  }
}
```

You can also use it with the shorthand `ni` when installed globally.

&nbsp;

#### like it?

:star: this repo

&nbsp;

#### license

MIT © [siddharthkp](https://github.com/siddharthkp)

---
_Source: https://npm.io/package/nps-i · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
