{"id":37425340,"url":"https://github.com/cloudflightio/style-dictionary-transformer","last_synced_at":"2026-01-16T06:12:51.546Z","repository":{"id":142919902,"uuid":"610646540","full_name":"cloudflightio/style-dictionary-transformer","owner":"cloudflightio","description":"Cloudflight style dictionary transformer for SCSS","archived":false,"fork":false,"pushed_at":"2024-04-11T06:41:30.000Z","size":1890,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-08-25T03:39:50.090Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudflightio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2023-03-07T07:38:59.000Z","updated_at":"2023-04-27T11:05:20.000Z","dependencies_parsed_at":"2023-12-13T14:37:36.986Z","dependency_job_id":"4f5e3a9e-edad-4a1c-991b-254881d4a6d6","html_url":"https://github.com/cloudflightio/style-dictionary-transformer","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/cloudflightio/style-dictionary-transformer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudflightio%2Fstyle-dictionary-transformer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudflightio%2Fstyle-dictionary-transformer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudflightio%2Fstyle-dictionary-transformer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudflightio%2Fstyle-dictionary-transformer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudflightio","download_url":"https://codeload.github.com/cloudflightio/style-dictionary-transformer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudflightio%2Fstyle-dictionary-transformer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T03:13:13.607Z","status":"ssl_error","status_checked_at":"2026-01-16T03:11:47.863Z","response_time":107,"last_error":"SSL_read: 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":[],"created_at":"2026-01-16T06:12:50.971Z","updated_at":"2026-01-16T06:12:51.515Z","avatar_url":"https://github.com/cloudflightio.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cloudflight Style Dictionary\n\n[![License](https://img.shields.io/badge/License-Apache_2.0-green.svg)](https://opensource.org/licenses/Apache-2.0)\n![master](https://github.com/cloudflightio/cloudflight-style-dictionary-transformer/actions/workflows/build.yml/badge.svg?branch=master)\n[![@cloudflight/style-dictionary-transformer](https://img.shields.io/npm/v/@cloudflight/style-dictionary-transformer?label=@cloudflight/style-dictionary-transformer)](https://www.npmjs.com/package/@cloudflight/style-dictionary-transformer)\n\nAmazon style dictionary configured with Cloudflight best practices in mind.\n\n## Installation\n\nThe following dependencies are required:\n\n```\n\"style-dictionary\": \"*\"\n```\n\n## Usage\n\nCreate a javascript file with the following content:\n\n```javascript\nimport {cloudflightPlatformConfigWith, registerItems} from '@cloudflight/style-dictionary-transformer';\nimport StyleDictionary from 'style-dictionary';\n\nregisterItems(StyleDictionary);\n\nconst StyleDictionaryExtended = StyleDictionary.extend({\n    source: ['assets/design-tokens/*.json'],\n    platforms: {\n        ...cloudflightPlatformConfigWith({\n            web: {\n                declaration: {\n                    outputDirectory: '\u003cyour-output-directory\u003e',\n                },\n            },\n        }),\n    },\n});\n\nStyleDictionaryExtended.buildAllPlatforms();\n```\n\nExecute this script as part of your build. It will generate styles into you output directory for further use.\n\n## Contributing\n\n-   [Contributing to the project](CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudflightio%2Fstyle-dictionary-transformer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudflightio%2Fstyle-dictionary-transformer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudflightio%2Fstyle-dictionary-transformer/lists"}