This directory contains detailed documentation for the core components of the CLI framework. Each component's API reference provides an in-depth look at its structure, methods, and usage.
- Command API: Documentation for the
Command
class, which represents individual CLI commands. - Flag API: Documentation for the
Flag
class, which represents CLI flags and their metadata. - Setup API: Documentation for the
Setup
class, which manages the configuration and execution of the CLI application. - Scope API: Internal Use Only Documentation for the
Scope
class, which manages flags, commands, and their metadata within specific contexts.
Each document provides:
- Type Definitions: Definitions for types and interfaces relevant to the module.
- Class Details: Overview of the class constructor, properties, and methods.
- Examples: Sample code snippets to demonstrate how to use the component in real-world scenarios.
If you're new to Climonad.js, we recommend starting with the Setup documentation to understand how to initialize and configure your CLI application.