Skip to content

Releases: dmoose/tokenctl

v1.0.0

23 Mar 18:49

Choose a tag to compare

tokenctl v1.0.0

A design token compiler for generating CSS custom properties, Tailwind themes, and more from a structured token schema.

Highlights

  • Token schema — YAML/JSON token definitions with theme inheritance via $extends
  • CSS generator — custom properties with @property declarations and computed values
  • Tailwind generator — theme config output with pseudo-selector and shade() support
  • Color utilities — oklch manipulation, automatic color scales, contrast calculation
  • Constraint validation — type checking, range limits, and reference resolution
  • Effect tokens — shadow, blur, and composite effect composition
  • Layering system — cascade ordering with multi-directory merge
  • Token catalog — usage statistics and dependency analysis
  • Interactive demo — live preview of generated output
  • CLI — build, validate, init, catalog, and demo commands