efigs
exports Figma styles as JSON, to make design system updates easy as possible.
yarn global add efigs
or npm npm install -g efigs
- Get a personal figma token. (in Figma Settings)
- 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.
- Run
TOKEN=XXX FILE=XXX efigs
- Done !