Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@armit/cli

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@armit/cli

A tool the modern for rapidly building command line armitjs apps

Source
npmnpm
Version
0.0.8
Version published
Weekly downloads
102
-32%
Maintainers
1
Weekly downloads
 
Created
Source

@armit/cli

A tool the modern for rapidly building command line armitjs apps

Install globally

  • npm i -g @armit/cli

Module/Programmatic Usage

  • yarn add @armit/cli

Add this package to package dependencies linked to your app, just import them like regular packages:

import { bootstrap } from "@armit/cli";

bootstrap().then((cli) => {
  cli.parse(process.argv.slice(2));
});

Contributing

Contributions are happily accepted. I respond to all PR's and can offer guidance on where to make changes. For contributing tips see CONTRIBUTING.md

FAQs

Package last updated on 23 Oct 2022

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