1.2.0 • Published 1 year ago

figma-tokens-convert v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Design Token Converter 💻

This program is a command-line tool for converting design tokens from a JSON file into CSS variables. It allows designers and developers to use design tokens in their front-end code, ensuring consistency and making it easier to update the design system.

Installation 📥

To use this program, you will need to have Node.js installed on your computer. Once you have Node.js installed, you can install the program by cloning this repository and running npm install to install the necessary dependencies.

Usage 🚀

To use the program, open a terminal or command prompt and navigate to the directory where you installed the program. Then, run the following command, replacing and with the paths to the JSON file containing your design tokens and the CSS file you want to create, respectively:

node convert.js <json file path> <output css file path> <prefix>[default is "token"]

For example, if your JSON file is located at C:\design-tokens.json and you want to create a CSS file at C:\css\tokens.css, you would run the following command:

node convert.js C:\design-tokens.json C:\css\tokens.css

You can also specify a prefix for your CSS variables by adding it as an additional argument. For example, if you want to use the prefix my-project, you would run the following command:

node convert.js C:\design-tokens.json C:\css\tokens.css my-project

The program will then convert the design tokens in the JSON file and output the resulting CSS variables to the specified CSS file.

Output example of node converter tokens.json main.css belo

image

1.2.0

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago