@tyndall/cli
v0.0.15
Published
Command-line interface package that dispatches framework commands and normalizes execution flags.
Downloads
1,623
Readme
@tyndall/cli
Overview
Command-line interface package that dispatches framework commands and normalizes execution flags.
Responsibilities
- Parse and dispatch CLI commands
- Bridge user flags into build, dev, and runtime options
- Standardize CLI logging and error formatting
- Expose the
cloud-frontexecutable for app/package scripts - Run the published
cloud-frontexecutable with Bun for dev command compatibility with TS/TSX route loading
Public API Highlights
- runCli
- parseArgs
- formatUsage
Development
- Build: bun run --filter @tyndall/cli build
- Test (from workspace root): bun test
Documentation
- Package specification: spec.md
- Package architecture: architecture.md
- Package changes: CHANGELOG.md
Maintenance Rules
- Keep this document aligned with implemented package behavior.
- Update spec.md and architecture.md whenever package contracts or design boundaries change.
- Record user-visible package changes in CHANGELOG.md.
