New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

figma-tokens

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

figma-tokens

A tool for generate Figma design tokens as variables

0.0.6
Source
npm
Version published
Weekly downloads
46
666.67%
Maintainers
1
Weekly downloads
 
Created
Source

figma-tokens

Working on an npm package, you can look at this repository meanwhile :)

https://github.com/klaufel/pattern-library-skeleton/tree/master/src/figma-tokens

🤝 Requeriments

Duplicate figma design tokens file

Figma file: https://www.figma.com/file/IGr2xoqcZX91CU7CDr4ZsI

image

Get your figma file id

image

Get your figma API key

https://www.figma.com/developers/api

image

Install dependencies $ npm install --save-dev figma-tokens

Modify config with your figma API key and figma id $ figma.config.json

Create config image

Generate design tokens as variables

#### Add scripts

{
  "figma-tokens": "npm run figma-tokens:api && npm run figma-tokens:build",
  "figma-tokens:api": "./node_modules/figma-tokens/bin/figma-tokens-api",
  "figma-tokens:build": "./node_modules/figma-tokens/bin/figma-tokens-build"
}

$ npm run figma-tokens

$ npm run figma-tokens:api Generate tokens data base (only figma)

$ npm run figma-tokens:build Generate all plattforms tokens vars with a figma data base

😊 Enjoy!

Keywords

cli

FAQs

Package last updated on 01 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts