filipelinhares / scrpts

List npm scripts or other property from package.json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm scrpts

List npm scripts from package.json.

npm license changelog travis

Usage

package.json

{
  "scripts": {
    "help: "npx scrpts"
  }
}

Optionally you can provide a property from package.json as argument:

npx scrpts dependencies # print dependencies
npx scrpts devDependencies

Globally

npm i -g scrpts

# Inside folder
scrpts

License

MIT © Filipe Linhares

About

List npm scripts or other property from package.json

License:MIT License


Languages

Language:JavaScript 100.0%