{"id":20054385,"url":"https://github.com/divriots/create-figma-plugin","last_synced_at":"2025-07-23T23:03:12.878Z","repository":{"id":188295069,"uuid":"624933984","full_name":"divriots/create-figma-plugin","owner":"divriots","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-06T15:06:24.000Z","size":9490,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"v2.3.0-divriots","last_synced_at":"2025-07-18T07:44:18.236Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/divriots.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-04-07T16:15:58.000Z","updated_at":"2025-03-28T13:17:09.000Z","dependencies_parsed_at":"2024-11-13T12:40:24.407Z","dependency_job_id":"cb61221a-d23c-412a-a0f9-bdac55d60479","html_url":"https://github.com/divriots/create-figma-plugin","commit_stats":null,"previous_names":["divriots/create-figma-plugin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/divriots/create-figma-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divriots%2Fcreate-figma-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divriots%2Fcreate-figma-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divriots%2Fcreate-figma-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divriots%2Fcreate-figma-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/divriots","download_url":"https://codeload.github.com/divriots/create-figma-plugin/tar.gz/refs/heads/v2.3.0-divriots","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divriots%2Fcreate-figma-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266764290,"owners_count":23980537,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-11-13T12:40:16.290Z","updated_at":"2025-07-23T23:03:12.838Z","avatar_url":"https://github.com/divriots.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"*This page is for contributors. If you’re looking to use Create Figma Plugin, [go to the documentation website](https://yuanqing.github.io/create-figma-plugin/).*\n\n---\n\n# [Create Figma Plugin](https://yuanqing.github.io/create-figma-plugin/) [![npm Version](https://img.shields.io/npm/v/create-figma-plugin?cacheSeconds=1800)](https://npmjs.com/package/create-figma-plugin) [![build](https://img.shields.io/github/actions/workflow/status/yuanqing/create-figma-plugin/build.yml?branch=main\u0026cacheSeconds=1800)](https://github.com/yuanqing/create-figma-plugin/actions?query=workflow%3Abuild)\n\n\u003e The comprehensive toolkit for developing plugins and widgets for Figma and FigJam\n\n- [Introduction](https://yuanqing.github.io/create-figma-plugin/)\n- [Quick start](https://yuanqing.github.io/create-figma-plugin/quick-start/)\n- [Configuration](https://yuanqing.github.io/create-figma-plugin/configuration/)\n- [UI](https://yuanqing.github.io/create-figma-plugin/ui/)\n- [Utilities](https://yuanqing.github.io/create-figma-plugin/utilities/)\n- [Recipes](https://yuanqing.github.io/create-figma-plugin/recipes/)\n- [Reference plugins/widgets](https://yuanqing.github.io/create-figma-plugin/reference-plugins-and-widgets/)\n- [Storybook](https://yuanqing.github.io/create-figma-plugin/storybook/)\n- [Changelog](/CHANGELOG.md#readme)\n\n## Contributing\n\n### Pre-requisites\n\n- [Node.js](https://nodejs.org) – v18\n- [npm](https://docs.npmjs.com/cli/) – v9\n\n### Building the project locally\n\n```\n$ git clone https://github.com/yuanqing/create-figma-plugin\n$ cd create-figma-plugin\n$ git checkout --track origin/next\n$ npm install\n```\n\nActive development on the next release occurs on the [`next`](https://github.com/yuanqing/create-figma-plugin/tree/next) branch. Pull requests should be made into `next`.\n\n### Testing changes on an existing plugin/widget\n\nFirst, build the entire Create Figma Plugin project:\n\n```\n$ npm run build\n```\n\nThen, create symlinks to the local copy of the project in your existing plugin/widget (eg. `my-project`):\n\n```\n$ ls -a\ncreate-figma-plugin  my-project\n$ sh create-figma-plugin/scripts/symlink.sh create-figma-plugin my-project\n```\n\nFinally, build your plugin/widget:\n\n```\n$ cd my-project\n$ npm run build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivriots%2Fcreate-figma-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdivriots%2Fcreate-figma-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivriots%2Fcreate-figma-plugin/lists"}