JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 32
  • Score
    100M100P100Q44525F
  • License MIT

A command-line argument parsing library that allows for quick and easy parsing of command-line arguments.

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

Coverage Status

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 commandzen

Usage

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: