Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oscarmorrison/nscripts

⦿ Beautifully display all your npm/yarn scripts
https://github.com/oscarmorrison/nscripts

npm npm-package npm-scripts npmjs script

Last synced: 4 months ago
JSON representation

⦿ Beautifully display all your npm/yarn scripts

Awesome Lists containing this project

README

        

# nScripts
[![NPM](https://nodei.co/npm/nscripts.png)](https://npmjs.org/package/nscripts)

a super simple, pretty way to print out all the scripts in your package.json

## installation
```
npm i nscripts -g
```

## usage
just run ns from any dir that has a package.json,
this will print out all `scripts` in your `package.json `.
```
ns
```

## example
example of running `ns` in the [react-webpack-starter](https://github.com/oscarmorrison/react-webpack-starter)
screen shot 2017-04-28 at 10 48 23 pm