<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)
