UNPKG

@geeth.io/command-engine

Version:

A minimal, class-based CLI command engine with support for nested commands, options, and attributes.

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