figplug is a small program for building Figma plugins. It offers all the things you need for most projects: TypeScript, React/JSX, asset bundling, plugin manifest generation, etc.
Create or initialize a new plugin project:
Create a new plugin with UI:
Build a plugin, rebuilding it automatically as your source files change:
Build a plugin with optimizations:
See help for more options:
figplug help build
To uninstall, run npm uninstall -g figplug