Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

npm-run-help

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-run-help

List the `npm run` scripts available

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
23
increased by109.09%
Maintainers
1
Weekly downloads
 
Created
Source

npm-run-help

List the npm run scripts available.

Install

First download:

npm i --save-dev npm-run-help

Then add to your package.json's scripts field:

"scripts": {
+  "help": "npm-run-help",
  "build": "browserify load-quote.js -v | uglifyjs -v > bundle.js && git add bundle.js && git commit -m 'Build bundle.js'",
  "deploy": "git checkout gh-pages && git merge --no-edit master && npm run build && git push && git checkout -",
  "test": "echo \"Error: no test specified\" && exit 1",
  "watch": "watchify load-quote.js -o bundle.js -dv"
},

Usage

Now that it's installed, run:

npm run help

to see your available run-scripts.

screenshot

Global install

An alternative is to globally install the package to your machine:

npm i --global npm-run-help

Then you can use it in any repo immediately with:

npm-run-help (note the hyphens)

Keywords

FAQs

Package last updated on 27 Oct 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc