























@google/design.md v0.1.0We are excited to announce the initial open-source release of @google/design.md, an agent-first CLI and linter for the DESIGN.md format. This tool bridges the gap between design systems and code by providing a formal, machine-readable way to validate and compile design tokens documented in markdown.
DESIGN.md files against the formal spec, catching unresolved references, circular dependencies, and invalid token values.designmd binary alias to prevent Windows from confusing the .md extension with a file association.Install globally via npm or bun:
npm install -g @google/design.md
# or
bun add -g @google/design.mdOr run directly via npx:
npx @google/design.md lint DESIGN.md
(Windows users: use npx designmd if file extension associations cause issues).
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。