1.0.3 • Published 3 years ago

figma-publish v1.0.3

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
3 years ago

About

figma-publish tool allows publishing plugins from pipeline or terminal and etc

How to use

1. Variables

This tool need credentials from figma account to publish plugin. Also, FIGMA_SECRET is a secret code which is needed for one-time password generation for 2FA.

- FIGMA_EMAIL
- FIGMA_PASSWORD
- FIGMA_USERNAME
- FIGMA_SECRET

2. Description

Run npx figma-publish or if you need to pass custom path to files just provide flags as described below

npx figma-publish --manifest=<file path> --code=<file path> --cover=<file path> --icon=<file path>

3. Flags

FlagDescriptionDefault
--manifestpath to manifest.json./manifest.json
--codepath to code file./code.js
--coverpath to cover image file./cover.json
--iconpath to icon image file./icon.json
1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago