Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).