0.0.4 • Published 10 months ago

create-figma-app v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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

npm.io

Figma Plugins using this template

npm.io

Contribution

See CONTRIBUTING Guide.

License

MIT.

0.0.4

10 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

12 months ago