Package Exports
- commandzen
- commandzen/dist/cjs/index.js
- commandzen/dist/esm/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (commandzen) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
CommandZen
The CommandZen Library is a TypeScript library that provides a simple way to build command line interfaces in your Node.js applications.
Installation
You can install the CLI Library using NPM:
npm install commandzenUsage
To use CommandZen, you need to define commands and options for your CLI. You can do this using the Command and Option classes provided by the library. Here's an example: