@connectum/cli
Command-line scaffolding, service generation, package-version reporting, and reflection-based proto synchronization.
Install
bash
npm install -D @connectum/clibash
pnpm add -D @connectum/clibash
bun add -d @connectum/cliStart Here
bash
npx connectum init payments
cd payments
npx connectum generate service invoices
npx connectum --versionFor a complete, source-verified workflow, continue with the focused guide below.
Key Entry Points
| Entry point | Use it to |
|---|---|
connectum init | Create a service from the version-pinned official base. |
connectum generate service | Add a service contract and implementation. |
connectum proto sync | Discover and generate types from server reflection. |
Runtime boundaries and extension seams remain in Connectum Runtime Architecture.
Learn / Configure / API Reference
- Learn: Focused guide
- Configure: Task and configuration guidance
- API reference: Exact options and symbols
- Package API index: Generated TypeDoc
- Source: @connectum/cli on GitHub
Related Modules
Compare all Connectum packages by capability.