Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oscarmorrison/nscripts
- Owner: oscarmorrison
- License: mit
- Created: 2017-04-29T02:44:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T23:41:11.000Z (about 6 years ago)
- Last Synced: 2024-09-30T10:23:19.759Z (4 months ago)
- Topics: npm, npm-package, npm-scripts, npmjs, script
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/nscripts
- Size: 19.5 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
- jimsghstars - oscarmorrison/nscripts - ⦿ Beautifully display all your npm/yarn scripts (JavaScript)
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)