burhanuday / figma-codegen-template

This is a template for creating a Figma codegen plugin that uses the Figma Dev mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Figma Codegen Plugin Template

This is a template for creating a Figma plugin that uses the Figma Dev mode

Getting Started

Development

  1. Clone this repo
  2. Install dependencies with yarn
  3. Run yarn dev to start the webpack dev server
  4. Open Figma and go to Plugins > Development > New Plugin...
  5. Create a new plugin and copy over the id and name from the manifest.json file to the manifest.json file in this repo
  6. Again open Figma and go to Plugins > Development > New Plugin...
  7. Select the manifest.json file in this repo

About

This is a template for creating a Figma codegen plugin that uses the Figma Dev mode


Languages

Language:JavaScript 81.9%Language:TypeScript 18.1%