/figma-codegen-template

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

Primary LanguageJavaScript

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