stricli

Installation
SKILL.md

Stricli CLI Framework

Stricli is Bloomberg's type-safe CLI framework for TypeScript. It focuses on strongly typed flags and positional arguments, explicit command routing, automatic help generation, and isolated command context.

Prefer current upstream APIs and terminology:

  • buildCommand({ func | loader, parameters, docs })
  • buildRouteMap({ routes, docs, aliases?, defaultCommand? })
  • buildApplication(rootCommandOrRouteMap, config)
  • run(app, inputs, context)
  • CommandContext for runtime context

Upstream Orientation

Stricli's official quick start is Node and npm oriented. Follow that by default, but keep install and execution guidance package-manager agnostic when helpful.

Install Packages

Related skills
Installs
9
Repository
johnie/skills
GitHub Stars
2
First Seen
Jan 24, 2026