Release Token Tools 0.2.0
Verify / verify (push) Canceled after 0s

This commit is contained in:
2026-09-02 12:38:34 +02:00
parent 8fd5210cb8
commit c305f3da43
22 changed files with 777 additions and 109 deletions
+8 -1
View File
@@ -1,5 +1,12 @@
# Token Tools
Token Tools imports and exports bounded Design Tokens Community Group
`$type`/`$value` JSON, including aliases, inherited groups, ordered themes and
explicit modes. Alias references resolve recursively inside composite values
with missing-target and full cycle diagnostics. Color, dimension, duration,
font, Bézier, stroke, border, transition, gradient, typography and shadow
tokens can be inspected before loss-aware CSS, Sass, Android or Swift export.
Edit, validate and export design tokens locally in the browser. Token Tools supports plain W3C-style nested JSON and a local multi-set wrapper using `$sets` plus ordered `$themes`.
## Features
@@ -38,7 +45,7 @@ npm run test:browser
npm run package:release -- --force
```
The deterministic release is `release/token-tools-0.1.0.zip` with a SHA-256 sidecar. Node.js 22+ and npm 11 are required.
The deterministic release is `release/token-tools-0.2.0.zip` with a SHA-256 sidecar. Node.js 22+ and npm 11 are required.
## Licence