New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

tokiforge-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tokiforge-cli

CLI tool for TokiForge design tokens

latest
Source
npmnpm
Version
2.0.1
Version published
Maintainers
1
Created
Source

tokiforge-cli

CLI tool for TokiForge design token management. Initialize, build, validate, analyze, and manage design tokens from the command line.

Command-line tool for TokiForge design tokens (v2.0.1).

Installation

npm install -g tokiforge-cli

Or use with npx:

npx tokiforge-cli init

Commands

tokiforge init

Initialize TokiForge in your project. Creates tokens.json and tokiforge.config.json.

tokiforge init

tokiforge build

Build and export tokens to various formats (CSS, JS, TS, SCSS, JSON).

tokiforge build

tokiforge dev

Start a development server with live theme preview.

tokiforge dev

tokiforge lint

Validate token consistency and accessibility.

tokiforge lint

Configuration

Edit tokiforge.config.json to configure:

  • Input token file path
  • Output file paths for different formats
  • Theme definitions
  • CSS variable prefix and selector

Keywords

cli

FAQs

Package last updated on 04 Mar 2026

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