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 - npm Package Compare versions

Comparing version
0.0.3
to
0.0.4
+1
-1
package.json
{
"name": "@armit/cli",
"version": "0.0.3",
"version": "0.0.4",
"homepage": "https://github.com/armitjs/armit",

@@ -5,0 +5,0 @@ "repository": {

@@ -5,4 +5,22 @@ # @armit/cli

## node modern entry points exports
## Install globally
https://nodejs.org/api/packages.html#dual-commonjses-module-packages
- `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:
```typescript
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