Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.17 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.17 KB

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