@armit/cli
Advanced tools
+1
-1
| { | ||
| "name": "@armit/cli", | ||
| "version": "0.0.3", | ||
| "version": "0.0.4", | ||
| "homepage": "https://github.com/armitjs/armit", | ||
@@ -5,0 +5,0 @@ "repository": { |
+20
-2
@@ -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 |
21810
1.83%26
225%