All Projects → sammdec → figma-dev

sammdec / figma-dev

Licence: MIT License
Build figma plugins with a modern toolchain

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to figma-dev

React Figma
⚛️ A React renderer for Figma
Stars: ✭ 1,830 (+12100%)
Mutual labels:  figma, figma-plugins
figma-plus-advanced-rename-plugin
A better and more powerful batch rename plugin for Figma with a dozen of options
Stars: ✭ 28 (+86.67%)
Mutual labels:  figma, figma-plugins
Figma-Vue3-Template
Plugin template for Figma using Vue3
Stars: ✭ 19 (+26.67%)
Mutual labels:  figma, figma-plugins
figma-walker
Walkthrough your project without lifting your keyboard / Figma Plugin
Stars: ✭ 45 (+200%)
Mutual labels:  figma, figma-plugins
Figma-Plugin-Webpack-React-Template
Base for building Figma plugins with React
Stars: ✭ 16 (+6.67%)
Mutual labels:  figma, figma-plugins
microsoft-figma
Produce sass/less variables files from figma
Stars: ✭ 18 (+20%)
Mutual labels:  figma, figma-api
Figmatocode
Generate responsive pages and apps on HTML, Tailwind, Flutter and SwiftUI.
Stars: ✭ 2,299 (+15226.67%)
Mutual labels:  figma, figma-plugins
figma-messenger
Type-safe communication for good 🧐.
Stars: ✭ 24 (+60%)
Mutual labels:  figma, figma-plugins
figma-api
Figma REST API implementation with TypeScript, Promises & ES6
Stars: ✭ 126 (+740%)
Mutual labels:  figma, figma-api
designfactory-app
A project that generates pdf documents from design templates from Figma + your own data via the GUI or REST API.
Stars: ✭ 30 (+100%)
Mutual labels:  figma, figma-api
figma-plugins-stats
📈 A CLI to get live and historical stats for your Figma plugins
Stars: ✭ 53 (+253.33%)
Mutual labels:  figma, figma-plugins
figma-api-stub
🤖 A stub implementation of Figma Plugins API.
Stars: ✭ 33 (+120%)
Mutual labels:  figma, figma-plugins
ZestX-Frontend
Month-Long Fest Website ZestX with some Awsome UI and Intact Backend. Implemented admin page for user and event management
Stars: ✭ 28 (+86.67%)
Mutual labels:  figma
phosphor-figma
A flexible icon family for Figma
Stars: ✭ 17 (+13.33%)
Mutual labels:  figma
figma-plugin-typescript-boilerplate
Figma plugin TypeScript boilerplate to start developing right away
Stars: ✭ 43 (+186.67%)
Mutual labels:  figma
plugin-typings
Typings for the Figma Plugin API
Stars: ✭ 91 (+506.67%)
Mutual labels:  figma
boring-avatars
Boring avatars is a tiny JavaScript React library that generates custom, SVG-based avatars from any username and color palette.
Stars: ✭ 3,582 (+23780%)
Mutual labels:  figma
100daysofcode
⚠️ Programar no mínimo uma hora todos os dias, durante os próximos 100 dias!!
Stars: ✭ 28 (+86.67%)
Mutual labels:  figma
react-figma-ui
🏗️ React implementation for figma-plugin-ds
Stars: ✭ 25 (+66.67%)
Mutual labels:  figma
Wiggles-iOS
Beautiful Puppy adoption app built to Demonstrate the SwiftUI and MVVM Architecture
Stars: ✭ 174 (+1060%)
Mutual labels:  figma

figma-dev

Get started with developing figma plugins

figma-dev allows you to develop figma plugins using modern ES6 code for both the figma sandbox and the UI. This template is pre-configured to use the latest version of react to build your plugin UI with.

Install

Click the Use this template button to setup a new repo as this as the template

Clone your version of the repo

Run yarn install or npm install

Once all the dependencies are installed run yarn dev or npm run dev this will compile all your code and re-build on subsequent saves.

When your ready to build your code you can run yarn build or npm run build and you can find the build artefeacts in the dist folder

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].