
Product
Introducing Reports: An Extensible Reporting Framework for Socket Data
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.
app-term-kit
Advanced tools
This gives you a few features for your app:
<app-name> <action> <other stuff>)~/.<app-name> directories (and easy init)~/.<app-name>
yargs and adding some features/simplifications
npm install app-term-kit
var app = new CLApp('app-name', {
copyright : 'Ed Beggler',
copystart : '2020',
defaults : `{
// This file was autogenerated by app-name
//
"name": "robble-rauser",
"type": "*",
"debug": false
}`
});
Define a command, with it's runtime logic
app.command({});
Define a flag or argument to be passed to one or more commands
app.argument({});
Enable help function via --help or -h
app.help();
The prefix to all the documentation
app.header({});
The suffix to all the documentation
app.footer({});
Enable and load sets of plugins
app.plugins({}, cb);
allow the user to interactively alter the config file
app.useable(cb);
Get the app's current configuration
app.config(cb);
Execute based on the existing configuration.
app.run(cb);
using .on(), .off(), .emit() and .once() the user can interact with events that are generated from the object.
- `plugins-installed` : one or more plugins has been installed.
[More to come]
FAQs
Utility for creating command line applications
The npm package app-term-kit receives a total of 4 weekly downloads. As such, app-term-kit popularity was classified as not popular.
We found that app-term-kit 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
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.