@geeth.io/cli
Version:
A minimal, class-based CLI command engine with support for nested commands, options, and attributes.
26 lines (25 loc) • 580 B
JSON
{
"name": "@geeth.io/cli",
"version": "0.0.4",
"description": "A minimal, class-based CLI command engine with support for nested commands, options, and attributes.",
"main": "index.js",
"types": "index.d.ts",
"bin": {
"geeth": "dist/index.js"
},
"keywords": [
"cli",
"typescript",
"command-line",
"framework",
"console",
"command-parser",
"argument-parser",
"cli-framework"
],
"author": "GeethMarathi <geethsoft.com@gmail.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
}
}