Build tooling packages for the Lilith ecosystem: - @lilith/build-core: Package detection, builders, and Vite presets - @lilith/lixb: CLI for unified build commands Key features: - Auto-detect package type (library, NestJS, frontend) - platformVite() plugin for consistent Vite configuration - REEXPORT_EXCLUDE list for packages with star re-exports (ui-motion) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
608 B
608 B
@lilith/build Documentation
Unified build CLI for the Lilith ecosystem.
Quick Start
# Install
pnpm add -D @lilith/build
# Build (auto-detects package type)
lilith-build
# Force specific type
lilith-build library
lilith-build nestjs
lilith-build frontend
# Check what type would be detected
lilith-build detect
Contents
- Architecture - How the system works
- Detection Rules - How package types are identified
- Builders - What each builder does
- Migration Guide - Migrating existing packages