https://github.com/zillding/nps-autocomplete-prompt
Autocomplete prompt for nps
https://github.com/zillding/nps-autocomplete-prompt
Last synced: about 1 year ago
JSON representation
Autocomplete prompt for nps
- Host: GitHub
- URL: https://github.com/zillding/nps-autocomplete-prompt
- Owner: zillding
- License: mit
- Created: 2019-01-24T14:55:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-03T13:22:06.000Z (about 1 year ago)
- Last Synced: 2025-04-03T14:28:14.380Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/nps-autocomplete-prompt
- Size: 1.04 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nps-autocomplete-prompt



[](https://github.com/prettier/prettier)
Autocomplete prompt for [nps](https://github.com/kentcdodds/nps)

## Install
Install with `npm`:
```
npm install --save-dev nps-autocomplete-prompt
# or globally
npm install --global nps-autocomplete-prompt
```
Install with `yarn`:
```
yarn add --dev nps-autocomplete-prompt
# or globally
yarn global add nps-autocomplete-prompt
```
## Usage
From project which has nps installed and contains package scripts file
(`package-scripts.js` or `package-scripts.yml`):
`nap`
Any additonal cli parameters will be passed to nps and executed directly.
`nap lint` is equivalent to `nps lint`
## Similar package
- [nps-i](https://www.npmjs.com/package/nps-i)