TypeScript packages for CCL (Categorical Configuration Language).
| Package | Description |
|---|---|
@tylerbu/ccl-ts |
Core TypeScript CCL parser implementation |
@tylerbu/ccl-test-runner-ts |
Test framework with vitest integration and CLI |
@tylerbu/ccl-test-data |
Test fixture package (JSON files) |
@tylerbu/ccl-test-viewer |
SvelteKit + Tauri visualization app |
@tylerbu/ccl-docs |
Astro/Starlight documentation site |
- Node.js 18+
- pnpm 10+
pnpm installpnpm build # Build all packages
pnpm test # Run tests
pnpm check # Run format and lint checks
pnpm format # Format code with Biome
pnpm lint # Lint code with BiomeMIT