
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
generator-commander
Advanced tools

A CLI generator for Yeoman.
This generator will create a Commander.js based command line application using yo with options to include autocmdr components.
Install Yeoman if you haven't done so already.
$ npm install -g yo
To install generator-commander:
$ npm install -g generator-commander
At the command-line, cd into an empty directory, run this command and initiate the app generator:
$ yo commander
This will generate files in the current working directory for a Commander.js based application.
To create a commander.js command-component initiate the command generator:
$ yo commander:command <name>
This will create a new file in cmds/ directory of the current working directory. This file can be included in your application by adding
require('../cmds/<name>.js')(program);
to your application in the bin directory; or optionally install the autocmdr components for auto-loading cmds.
autocmdr and generator-commander are brothers. autcmdr is a command line tool for running commands (commands in a commander.js command-component) and a set of libraries for enhancing command line applications. generator-commander is a tool for scaffolding commander.js command-components and command line applications.
Calling autocmdr from a shell will load commands located in the current working directory's cmds/ folder. New commands can be added to any directory by invoking yo commander:command <name>. When running yo commander you are given the option of including autocmdr components in your application. See the autocmdr readme for a complete workflow and explanation of the available components.
If you'd like to get to know Yeoman better and meet some of his friends, Grunt and Bower, check out the complete Getting Started Guide.
FAQs
A commander-cli generator for Yeoman
We found that generator-commander demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.