Skip to content

List npm scripts or other property from package.json

License

Notifications You must be signed in to change notification settings

filipelinhares/scrpts

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •