UNPKG

@terrazzo/cli

Version:

CLI for managing design tokens using the Design Tokens Community Group (DTCG) standard and generating code for any platform via plugins.

13 lines (11 loc) 282 B
import { defineConfig } from '@terrazzo/cli'; export default defineConfig({ tokens: ['tokens-example.json'], outDir: './tokens/', plugins: [ /** @see https://terrazzo.app/docs/cli/integrations */ ], lint: { /** @see https://terrazzo.app/docs/cli/lint */ }, });