npscripts
Version:
A simple module to list and run scripts in your package.json
30 lines (19 loc) • 273 B
Markdown
# NPScripts
List and run scripts from your package.json
#### Without Global Install
``` bash
npx npscripts
```
## Install Globally
#### NPM
``` bash
npm install npscripts --global
```
#### Yarn
``` bash
yarn global add npscripts
```
## Usage
``` bash
scripts
```