Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nclsndr/design-tokens-tools
Tools to parse and manipulate design tokens based on the Design Token Format Module specification.
https://github.com/nclsndr/design-tokens-tools
design-system design-system-manager design-token-format-module design-tokens
Last synced: 3 months ago
JSON representation
Tools to parse and manipulate design tokens based on the Design Token Format Module specification.
- Host: GitHub
- URL: https://github.com/nclsndr/design-tokens-tools
- Owner: nclsndr
- Created: 2024-08-19T16:23:22.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T20:13:43.000Z (4 months ago)
- Last Synced: 2024-10-30T09:56:15.398Z (3 months ago)
- Topics: design-system, design-system-manager, design-token-format-module, design-tokens
- Language: TypeScript
- Homepage:
- Size: 756 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Design tokens tools
This monorepo contains tools for working with [design tokens](https://m3.material.io/foundations/design-tokens/overview#0aa7c44c-d528-4217-9aed-80d978815723) within Design Systems.
Packages:
- [`@nclsndr/w3c-design-tokens-parser`](packages/w3c-design-tokens-parser): A parser and analyzer for the [W3C Design Tokens](https://www.w3.org/TR/design-tokens/) specification.
- [`@nclsndr/design-tokens-library`](packages/design-tokens-library): A set of APIs to assemble, manipulate many design tokens sources and export tokens in various formats.Applications:
- [tokens-exporter-webapp](apps/tokens-exporter-webapp): A web application to manipulate and export design tokens (WIP).