0.2.3 • Published 21 days ago

@apitree.cz/cli v0.2.3

Weekly downloads
-
License
-
Repository
github
Last release
21 days ago

CLI

Command line interface for ApiTree projects

Installation

pnpm add --save-dev @apitree.cz/cli

Usage

pnpm apitree --help

Commands

sync-project-references

Synchronize monorepo project references in TS config files (multi-target builds supported).

pnpm apitree sync-project-references --help
Configuration

You can configure the command with an optional config file (sync-project-references.config.js by default, pass --config option with custom path).

/** @type {import('@apitree/cli').SyncProjectReferencesConfig} */
const config = {
  // ... config options
};

export default config;

See config reference for more details.