Skip to content

yuta24/figma-style-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

figma-style-exporter

CircleCI TravisCI

This project is under development.

ToDo

  • Implement command line arguments and improve output
  • Use custom template
  • Implement generate sub command
  • Unit test
  • Refactoring
  • Update README
  • If rust command can call from Javascript, make Chrome Extension

Install

Homevrew

$ brew tap yuta24/homebrew-tap https://github.com/yuta24/homebrew-tap.git
$ brew install figma-style-exporter

Usage

Figma Personal Access Token

To use figma-style-exporter, you need to get a Figma personal access token. When using figma-style-exporter, you set FIGMA_ACCESS_TOKEN env var.

$ export FIGMA_ACCESS_TOKEN="..."

Example

$ figma-style-exporter --style-type=text --team-id=<team-id> --template-path=<template-path>

Use --help to see usage information.