tokiforge-cli
v1.1.2
Published
CLI tool for TokiForge design tokens
Maintainers
Readme
tokiforge-cli
Command-line tool for TokiForge design tokens (v1.1.2).
Installation
npm install -g tokiforge-cliOr use with npx:
npx tokiforge-cli initCommands
tokiforge init
Initialize TokiForge in your project. Creates tokens.json and tokiforge.config.json.
tokiforge inittokiforge build
Build and export tokens to various formats (CSS, JS, TS, SCSS, JSON).
tokiforge buildtokiforge dev
Start a development server with live theme preview.
tokiforge devtokiforge lint
Validate token consistency and accessibility.
tokiforge lintConfiguration
Edit tokiforge.config.json to configure:
- Input token file path
- Output file paths for different formats
- Theme definitions
- CSS variable prefix and selector
