@xemahq/biome-cli
v0.1.4
Published
CLI for Xema biome development: validate, lint, build, test, publish, dev sub-commands.
Readme
@xemahq/biome-cli
Command-line toolkit for biome development
Overview
The biome-xema command line tool covers the full biome development loop:
validate a manifest, lint and build the package, run its tests, publish it, and
serve it locally for development. It is the primary day-to-day interface for
authoring a biome; the programmatic module surface is intentionally minimal.
When to use it
- Use it to validate, build, test, publish, or locally develop a biome from the terminal.
Installation
pnpm add -D @xemahq/biome-cliUsage
# Validate, build, and test a biome from its package root:
biome-xema validate
biome-xema build
biome-xema test
# Serve it locally during development, then publish when ready:
biome-xema dev
biome-xema publishLicense
Apache-2.0 © Xema — xema.dev
