Skip to content

zillding/nps-autocomplete-prompt

Repository files navigation

nps-autocomplete-prompt

code style: prettier

Autocomplete prompt for 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