@terrazzo/cli
v2.0.0
Published
CLI for managing design tokens using the Design Tokens Community Group (DTCG) standard and generating code for any platform via plugins.
Maintainers
Readme
⛋ @terrazzo/cli
The Terrazzo CLI takes DTCG design tokens and generates code using plugins (e.g. CSS, Sass, JS/TS, and more). You can either run the Terrazzo CLI manually, or as part of your CI process.
[!TIP] Migrating from Cobalt? Check out the Migration Guide
Quickstart
First, install the package using your package manager of choice:
npm i -D @terrazzo/cliAnd you can create a configuration and install plugins with the init command:
npx tz initThis will create a terrazzo.config.ts starter config file, and even start your token system from a popular open source design system.
