@contentina/cli
v0.0.6
Published
Command line interface for Contentina.
Readme
🛠️ @contentina/cli
The
contentinacommand-line interface.
Scaffold projects, run builds, inspect output, and diagnose wiring issues — from your terminal.
Install
bun add -g @contentina/cliOr add it to a project:
bun add @contentina/cliCommands
| Command | Description |
| -------------------- | -------------------------------------------- |
| contentina init | Scaffold config, content, and adapter wiring |
| contentina build | Compile content into generated output |
| contentina dev | Build and watch for changes |
| contentina check | Validate config and compiler diagnostics |
| contentina inspect | Inspect generated artifacts |
| contentina doctor | Read-only project health checks |
| contentina clean | Remove generated and cache directories |
Quick start
contentina init --adapter vite
contentina doctor
contentina buildinit detects your framework, patches config files, and prints the install command to run next.
Part of Contentina · npm
