plugma Svelte Themes

Plugma

Take Figma plugin development to the next level

Plugma and Vite logos

Plugma

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.

Quick Start

Create a new plugin or widget from a template.

npm create plugma@latest

Supported frameworks:

  • React
  • Svelte
  • Vue

Installation

Add Plugma as a project dependency:

npm install plugma --save-dev

Commands

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.

Prerequisites

License

Plugma is MIT licensed. See the LICENSE file for details.

Top categories

Loading Svelte Themes