Skip to content

shijiatongxue/create-figma-app

Repository files navigation

create-figma-app NPM Version PRs Welcome

Quick create a Figma plugin app.

Usage

# npm 
# my-figma-app is project dir name
npm create figma-app@latest my-figma-app

# pnpm
pnpm create figma-app@latest my-figma-app

Current supported template

react-ts

  • using react、tailwind、typescript、rspack

It has the following advantages:

  • Simplify postmessage communication between ui and sandbox
  • Sandbox is published together with ui, no need to publish sandbox in Figma
  • Good TypeScript type definition, ui and sandbox know each other's function interface
  • Extremely small sandbox code size, only contains sandbox code

See More about this template

Plugins using this template

Contribution

See CONTRIBUTING Guide.

License

MIT.