v0.0.1
Initial release of asimonim - a design tokens parser and validator for DTCG specification files.
Features
- Parse and validate DTCG token files (JSON/YAML)
- Support for Draft and V2025.10 schemas with auto-detection
- Alias resolution with cycle detection
$extendsgroup inheritance (V2025.10)- Export to CSS, TypeScript, SCSS, Swift, Android XML
- Search tokens by name, value, or type with regex support
- Configuration via
.config/design-tokens.yaml
Installation
go install bennypowers.dev/asimonim@v0.1.0Usage
asimonim validate tokens.json
asimonim list tokens.json --format css
asimonim search "primary" tokens.json --type color
asimonim convert --format typescript -o tokens.ts tokens.jsonFull Changelog: https://github.com/bennypowers/asimonim/commits/v0.0.1