Take Figma plugin development to the next level
158
stars
1,908
commits
TypeScript
primary language
Jul 14, 2026
updated
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.
TypeScript
76.6%
Svelte
16.2%
JavaScript
2.3%
Shell
1.9%
CSS
1.8%
Take Figma plugin development to the next level
158
stars
1,908
commits
TypeScript
primary language
Jul 14, 2026
updated
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.
TypeScript
76.6%
Svelte
16.2%
JavaScript
2.3%
Shell
1.9%
CSS
1.8%