{"id":23035265,"url":"https://github.com/design-system-pro/token-tinker","last_synced_at":"2026-05-05T23:32:54.550Z","repository":{"id":266468048,"uuid":"895708064","full_name":"Design-System-Pro/token-tinker","owner":"Design-System-Pro","description":"A GitHub Action to transform and process design tokens exported from Tokens Studio.","archived":false,"fork":false,"pushed_at":"2024-12-09T16:02:41.000Z","size":2547,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-02T22:27:16.641Z","etag":null,"topics":["css","github-action","style-dictionary","tokens-studio"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Design-System-Pro.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2024-11-28T18:18:00.000Z","updated_at":"2025-01-20T09:06:00.000Z","dependencies_parsed_at":"2024-12-04T12:37:27.377Z","dependency_job_id":"2551e437-825a-408b-9336-670c64831a0b","html_url":"https://github.com/Design-System-Pro/token-tinker","commit_stats":null,"previous_names":["design-system-pro/token-tinker"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Design-System-Pro/token-tinker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Design-System-Pro%2Ftoken-tinker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Design-System-Pro%2Ftoken-tinker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Design-System-Pro%2Ftoken-tinker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Design-System-Pro%2Ftoken-tinker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Design-System-Pro","download_url":"https://codeload.github.com/Design-System-Pro/token-tinker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Design-System-Pro%2Ftoken-tinker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32672660,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["css","github-action","style-dictionary","tokens-studio"],"created_at":"2024-12-15T16:39:40.713Z","updated_at":"2026-05-05T23:32:54.535Z","avatar_url":"https://github.com/Design-System-Pro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Token Tinker\n\nA GitHub Action to transform and process design tokens exported from Tokens Studio.\n\n## Table of Contents\n- [Overview](#overview)\n- [Features](#features)\n- [Usage](#usage)\n- [Configuration](#configuration)\n- [License](#license)\n- [Contributing](#contributing)\n\n## Overview\n\nToken Tinker is a utility that helps you transform design tokens exported from Tokens Studio into various formats. It streamlines the process of integrating design tokens into your development workflow.\n\n## Features\n\n- Transform Tokens Studio exports\n- Support for multiple output formats\n- Automated token processing\n- Customizable transformation rules\n- Integration with design systems\n\n## Usage\n\n```yaml\nname: Transform Design Tokens\non:\n  push:\n    paths:\n      - 'tokens/**'\n\njobs:\n  transform:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout repository\n        uses: actions/checkout@v4\n\n      - uses: Design-System-Pro/token-tinker@0.1.0-next.2\n        with:\n          tokens-path: './tokens/'\n          build-path: './build/'\n          tokens-export-type: 'single'\n\n      # You can replace where the build goes according to your needs 👇\n      # As an example, you can download it manually from your github action runner.\n      - name: Archive tinker results\n        uses: actions/upload-artifact@v4\n        with:\n          name: result\n          path: build\n```\n\n## Configuration\n\n| Parameter | Description | Required |\n|-----------|-------------|----------|\n| `tokens-path` | Path to the exported tokens file | Yes |\n| `build-path` | Path to output the transformed tokens | Yes |\n| `tokens-export-type` | Type of Tokens Studio export: \"single\" for single file or \"multiple\" for multiple files | No |\n\n### action.yml Inputs\n\nThe following inputs can be defined in the `action.yml` file:\n\n| Input Name | Description | Default | Required |\n|------------|-------------|---------|----------|\n| `tokens-path` | Path to the tokens json files | `./tokens/` | true |\n| `build-path` | Path to output the transformed tokens | `./build/` | true |\n| `tokens-export-type` | Type of Tokens Studio export: \"single\" or \"multiple\" | `single` | false |\n\n## License\n\nMIT\n\n## Contributing\n\nContributions welcome! Please read the contributing guidelines before submitting a PR.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesign-system-pro%2Ftoken-tinker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdesign-system-pro%2Ftoken-tinker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesign-system-pro%2Ftoken-tinker/lists"}