{"id":13727277,"url":"https://github.com/yuanqing/create-figma-plugin","last_synced_at":"2025-05-14T01:03:10.177Z","repository":{"id":37872485,"uuid":"197867246","full_name":"yuanqing/create-figma-plugin","owner":"yuanqing","description":":battery: The comprehensive toolkit for developing plugins and widgets for Figma","archived":false,"fork":false,"pushed_at":"2025-04-23T14:18:31.000Z","size":25606,"stargazers_count":1009,"open_issues_count":23,"forks_count":97,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-05-13T04:51:24.688Z","etag":null,"topics":["create-figma-plugin","figjam","figjam-plugin","figjam-plugins","figjam-widget","figjam-widgets","figma","figma-plugin","figma-plugins"],"latest_commit_sha":null,"homepage":"https://yuanqing.github.io/create-figma-plugin/","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/yuanqing.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},"funding":{"ko_fi":"yuanqing","custom":"https://paypal.me/yuanqinglim"}},"created_at":"2019-07-20T02:08:07.000Z","updated_at":"2025-05-06T01:47:03.000Z","dependencies_parsed_at":"2023-12-30T13:21:59.238Z","dependency_job_id":"31295db7-4da0-4040-875f-fe7917aecd5e","html_url":"https://github.com/yuanqing/create-figma-plugin","commit_stats":{"total_commits":2375,"total_committers":17,"mean_commits":139.7058823529412,"dds":0.01431578947368417,"last_synced_commit":"e55610afdc4d6b411befeab0aea575d116d48324"},"previous_names":[],"tags_count":206,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuanqing%2Fcreate-figma-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuanqing%2Fcreate-figma-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuanqing%2Fcreate-figma-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuanqing%2Fcreate-figma-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuanqing","download_url":"https://codeload.github.com/yuanqing/create-figma-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253878833,"owners_count":21977882,"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":["create-figma-plugin","figjam","figjam-plugin","figjam-plugins","figjam-widget","figjam-widgets","figma","figma-plugin","figma-plugins"],"created_at":"2024-08-03T01:03:47.614Z","updated_at":"2025-05-14T01:03:10.132Z","avatar_url":"https://github.com/yuanqing.png","language":"TypeScript","funding_links":["https://ko-fi.com/yuanqing","https://paypal.me/yuanqinglim"],"categories":["Development guide","TypeScript","Plugins development","五、插件开发（补充开发入口，明确工具用途）","Uncategorized"],"sub_categories":["Docs","Uncategorized"],"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\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) – v22\n- [npm](https://docs.npmjs.com/cli/) – v11\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%2Fyuanqing%2Fcreate-figma-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuanqing%2Fcreate-figma-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuanqing%2Fcreate-figma-plugin/lists"}