Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ A Figma plugin that extracts design variables (colors, typography, spacing, etc.
-
## Quick Installation

1. **Extract this ZIP file** to a folder on your computer (remember where you put it!)
2. **Open Figma Desktop** (download from <https://www.figma.com/downloads/> if you don't have it)
3. In Figma, go to **Menu** → **Plugins** → **Development** → **Import plugin from manifest...**
4. Navigate to the folder where you extracted these files
5. Select `manifest.json`
6. Done! The plugin will appear under **Plugins** → **Development** → **FigGit**
1. **Download the latest release** from the [Releases page](https://github.com/findyourexit/figgit/releases).
2. **Extract the ZIP file** to a folder on your computer (remember where you put it!).
3. **Open Figma Desktop** (download from <https://www.figma.com/downloads/> if you don't have it).
4. In Figma, go to **Menu** → **Plugins** → **Development** → **Import plugin from manifest...**
5. Navigate to the folder where you extracted the files.
6. Select `manifest.json`.
7. Done! The plugin will appear under **Plugins** → **Development** → **FigGit**.


> [!TIP]
> When using the plugin, you'll be given an opportunity to save your input settings, using the "Save Settings" button - this is highly recommended, as it'll make your life easier for the next time you're exporting Figma design tokens!
Expand Down
Loading