New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

npm-scripts-catalog

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-scripts-catalog

list your npm scripts according to your package.json and run them

  • 2.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-78.57%
Maintainers
2
Weekly downloads
 
Created
Source

Catalog npm npm

npm-scripts-catalog is CLI tool for you to start npm scripts faster. A little bit more convenient than yarn run and npm run

Description

npm-scripts-catalog will list the available scripts of your current projects according to the package.json file. And what's more convenient is that you can now run the scripts automatically instead of typing the scripts.

After updating to version 2.x, I suggest you run catalog every time you try to start your apps, it's more efficient. And also, you can type some letters of your commands, options will be autocompleted.

Update

In version 2.0, thanks to Inquirer.js, npm-scripts-catalog is able to provide interactive command line user interfaces, making it even easier to run npm scripts.

Just enjoy and have some fun!

Install

$ npm install -g npm-scripts-catalog

Usage

$ cd someRepo
$ catalog
# alias `ctl` is more recommended, which is also globally registerred, because it's shorter
$ ctl

and if there is no scripts available, it will print

no script was ever defined!

Options

catalog git:(master) ctl -h

  Usage: ctl [options]


  Options:

    -V, --version  output the version number
    -d, --detail   list detail commands
    -h, --help     output usage information
  • -d, this params helps to show the detail infomations of each command

Preview

catalog

Keywords

FAQs

Package last updated on 07 Mar 2018

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