{"id":13727154,"url":"https://github.com/universal-design-tokens/udt","last_synced_at":"2025-05-07T22:30:52.262Z","repository":{"id":28123782,"uuid":"116371694","full_name":"universal-design-tokens/udt","owner":"universal-design-tokens","description":"Universal Design Tokens (UDT) is a collection of libraries and utilities for working with DTCG design tokens files.","archived":false,"fork":false,"pushed_at":"2025-04-22T22:40:42.000Z","size":2604,"stargazers_count":160,"open_issues_count":2,"forks_count":3,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-22T23:33:36.529Z","etag":null,"topics":["design-systems","design-tokens","dtcg","parser","serializer"],"latest_commit_sha":null,"homepage":"https://udt.design/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/universal-design-tokens.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-01-05T10:12:07.000Z","updated_at":"2025-04-22T22:39:35.000Z","dependencies_parsed_at":"2024-03-22T23:22:16.530Z","dependency_job_id":"f62ce7c5-375d-4d8b-b449-421ab8c55387","html_url":"https://github.com/universal-design-tokens/udt","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/universal-design-tokens%2Fudt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/universal-design-tokens%2Fudt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/universal-design-tokens%2Fudt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/universal-design-tokens%2Fudt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/universal-design-tokens","download_url":"https://codeload.github.com/universal-design-tokens/udt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252965219,"owners_count":21832840,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["design-systems","design-tokens","dtcg","parser","serializer"],"created_at":"2024-08-03T01:03:41.876Z","updated_at":"2025-05-07T22:30:52.248Z","avatar_url":"https://github.com/universal-design-tokens.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"![UDT logo](http://udt.design/udt-logo.svg)\n\n# Universal Design Tokens (UDT)\n\nUniversal Design Tokens (UDT) is a collection of libraries and utilities for working with [DTCG design tokens files](https://tr.designtokens.org/format/).\n\n\u003c!-- TOC updateonsave:true depthfrom:2 --\u003e\n\n- [Packages](#packages)\n  - [Core](#core)\n  - [CLI tools](#cli-tools)\n  - [Other](#other)\n- [Development](#development)\n  - [Pre-requisites](#pre-requisites)\n  - [Initial setup](#initial-setup)\n  - [Build](#build)\n  - [Testing](#testing)\n\n\u003c!-- /TOC --\u003e\n\n## Packages\n\nThis is a monorepo containing the source code for several UDT packages\n\n### Core\n\n- [**`@udt/tom`**](./packages/tom): A Token Object Model (TOM) library for creating and manipulating design tokens which is aligned to the DTCG file format.\n- [**`@udt/dtcg-parser`**](./packages/dtcg-parser): A library for parsing DTCG design token files to a Token Object Model (TOM) representation.\n- [**`@udt/dtcg-serializer`**](./packages/dtcg-serializer): A library for serializing Token Object Models (TOM) to DTCG design token files.\n- [**`@udt/parser-utils`**](./packages/parser-utils): Low-level logic and utilities for parsing DTCG and DTCG-like files.\n\n### CLI tools\n\n- [**@udt/dtcg2csv**](./packages/dtcg2csv/): A CLI tool that can parse DTCG design token files and output information about the design tokens as a CSV file.\n\n### Other\n\n- [**UDT Demos**](./packages/demos): Demo scripts to showcase how the core UDT libraries can be used.\n\n## Development\n\n### Pre-requisites\n\n- Node \u003e= 16\n- NPM \u003e= 8\n\n### Initial setup\n\nAfter cloning the repo or if package dependencies have been changed since you last did this, you need to run the following from the root of the monorepo:\n\n```\nnpm install\nnpm run bootstrap\n```\n\n### Build\n\nTo build all the packages, run the following from the root of the monorepo:\n\n```\nnpm run build\n```\n\nAfter an initial build, you can run the following to watch for changes to the code and automatically rebuild modules and packages as needed:\n\n```\nnpm run watch\n```\n\n### Testing\n\nRun:\n\n```\nnpm run test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funiversal-design-tokens%2Fudt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funiversal-design-tokens%2Fudt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funiversal-design-tokens%2Fudt/lists"}