@zenithbuild/cli
v0.4.0
Published
CLI for Zenith framework - dev server, build tools, and plugin management
Maintainers
Readme
@zenithbuild/cli ⚡
The command-line interface for developing and building Zenith applications.
Overview
@zenithbuild/cli provides the toolchain needed to manage Zenith projects. While create-zenith is for scaffolding, this CLI is for the daily development loop: serving apps, building for production, and managing plugins.
Features
- Dev Server: Instant HMR (Hot Module Replacement) powered by Bun.
- Build System: optimized production bundling.
- Plugin Management: Easily add and remove Zenith plugins.
- Preview: Test your production builds locally.
Commands
zenith dev
Starts the development server on localhost:3000.
zenith build
Compiles and bundles your application for production.
zenith preview
Serves the locally built application for verification.
zenith add <plugin>
Installs and configures a Zenith plugin.
Installation
Typically installed as a dev dependency in your Zenith project:
bun add -d @zenithbuild/cliLicense
MIT
