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

commands-manager

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commands-manager

Brings the command line experience to the new level by grouping and running commands like a boss

  • 1.0.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

commands-manager NPM version

Brings the command line experience to the new level by grouping and running commands like a boss.

Installation

$ npm install --global commands-manager

or

$ yarn global add commands-manager

After installing this package globally you will have the main commandsmanager command as well as its handy aliases: comgr and cmgr.

Commands

Available commands are described below.

addcmd

Usage: $ cmgr addcmd

Add a command to specified group (or default group).

Options: -g, --group A group where command should be added to (default: MyCommands) -p, --priority [priority] Priority for a command -h, --help Display this message

remcmd

Usage: $ cmgr remcmd

Remove a command from specified group (or default group).

Options: -g, --group A group from which the command should be removed (default: MyCommands) -h, --help Display this message

view

Usage: $ cmgr view

View commands for the specified or default group

Options: -g, --group A group in which commands should be viewed (default: MyCommands) -h, --help Display this message

viewAll

Usage: $ cmgr viewAll

View commands in all groups.

Options: -h, --help Display this message

exec

Usage: $ cmgr exec

Execute a command by specified params (command or pattern).

Options: -g, --group A group from which commands should be retrieved -c, --cmd [cmd] Command to be executed -t, --pattern [pattern] Execute a command by pattern -h, --help Display this message

License

MIT © Rushan Alyautdinov

FAQs

Package last updated on 20 Dec 2021

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