/efigs

export figma styles

Primary LanguageJavaScriptMIT LicenseMIT

efigs ❤️ export figma styles

efigs exports Figma styles as JSON, to make design system updates easy as possible.

Installation

yarn global add efigs or npm npm install -g efigs

Usage

  1. Get a personal figma token. (in Figma Settings)
  2. Find your file's key. (in Copy Share Link)

Link example; https://www.figma.com/file/XXX/My-File in this case XXX is your file key.

  1. Run TOKEN=XXX FILE=XXX efigs
  2. Done !