@chonkylang/cli
v0.1.2
Published
Chonky CLI — init, dev, build, graph, optimize, view, revert, requirements
Maintainers
Readme
@chonkylang/cli
Chonky is a machine-first web language for AI-driven development. @chonkylang/cli exposes the chonky binary: scaffolding, local dev orchestration, production builds, dependency graphs, optimization passes, semantic “view” translation, and safe revert flows—all driven by the same config and manifests as the transpiler and runtime.
Project home: github.com/adisonshadow/chonky
Commands
| Command | Purpose |
| --- | --- |
| init | Interactive project bootstrap aligned with Chonky conventions (config, scripts, structure). |
| dev | Development workflow with metadata collection suitable for AI and DevTools. |
| build | Production-oriented build pipeline integration with Chonky transforms. |
| graph | Emit or inspect module / requirement dependency graphs for multi-agent coordination and conflict awareness. |
| optimize | Run or preview optimizer flows defined in your Chonky config (performance, assets, thresholds). |
| view | Semantic translation of Chonky-oriented sources for human inspection (pairs with transpiler semantic helpers). |
| revert | Revert semantic-view or generated artifacts using structured metadata from the toolchain. |
The CLI depends on @chonkylang/transpiler and @chonkylang/runtime so commands stay aligned with what your bundler plugin compiles.
Installation
npm install @chonkylang/cli --save-devRun:
npx chonky --helpChonky ecosystem (all packages)
| Package | README |
| --- | --- |
| @chonkylang/core | README |
| @chonkylang/runtime | README |
| @chonkylang/transpiler | README |
| @chonkylang/cli (this package) | README |
| @chonkylang/vite-plugin | README |
| @chonkylang/webpack-plugin | README |
| @chonkylang/ui | README |
| @chonkylang/devtools | README |
License
MIT — see the repository.
