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 days 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: 2025-03-10T10:32:15.000Z (about 1 month ago)
- Last Synced: 2025-03-24T12:11:17.473Z (21 days ago)
- Topics: npm, npm-package, npm-scripts, npmjs, script
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/nscripts
- Size: 21.5 KB
- Stars: 5
- Watchers: 2
- 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
[](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)