nscripts

⦿ Beautifully display all your npm/yarn scripts

MIT License

Downloads
21
Stars
5
Committers
1

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