Plugma is a powerful command-line tool that simplifies your Figma plugin development workflow. It enables easy creation, development, and testing with features like true hot module reloading (HMR), in-browser previews, unified bundling, and .env support for environment variables.
For full documentation see plugma.dev.
Create a new plugin or widget from a template.
npm create plugma@latest
Supported frameworks:
Add Plugma as a project dependency:
npm install plugma --save-dev
| Command | Description |
|---|---|
plugma dev |
Start development server with HMR |
plugma build |
Create production build |
plugma release |
Build and release to GitHub |
Run plugma --help for complete command documentation.
Plugma is MIT licensed. See the LICENSE file for details.