랭킹으로 돌아가기
Create Figma Plugin
:battery: The comprehensive toolkit for developing plugins and widgets for Figma
create-figma-pluginfigmafigma-pluginfigma-pluginsfigjamfigjam-pluginsfigjam-pluginfigjam-widgetfigjam-widgets
주요 지표
스타 성장
스타
1.1k
포크
102
주간 성장
—
이슈
24
5001k
2023년 1월2023년 8월2024년 3월2024년 10월2025년 5월2025년 12월2026년 7월
아티팩트npm
npm install create-figma-pluginREADME
This page is for contributors. If you’re looking to use Create Figma Plugin, go to the documentation website.
Create Figma Plugin

The comprehensive toolkit for developing plugins and widgets for Figma
- Introduction
- Quick start
- Configuration
- UI
- Utilities
- Recipes
- Reference plugins/widgets
- Storybook
- Changelog
Contributing
Pre-requisites
Building the project locally
$ git clone https://github.com/yuanqing/create-figma-plugin
$ cd create-figma-plugin
$ git checkout --track origin/next
$ npm install
Active development on the next release occurs on the next branch. Pull requests should be made into next.
Testing changes on an existing plugin/widget
First, build the entire Create Figma Plugin project:
$ npm run build
Then, create symlinks to the local copy of the project in your existing plugin/widget (eg. my-project):
$ ls -a
create-figma-plugin my-project
$ sh create-figma-plugin/scripts/symlink.sh create-figma-plugin my-project
Finally, build your plugin/widget:
$ cd my-project
$ npm run build