@utopia-studio-design/design-system-cli
v0.4.0
Published
AI-readable CLI and MCP server for Ceramic Design System
Downloads
935
Readme
Ceramic Design System CLI
The same structured API powers terminal output, JSON automation, generated agent instructions, and the stdio MCP server.
npm install -D @utopia-studio-design/design-system-cli
npx utopia-ds init . --theme utopia-default --yes
npx utopia-ds search "Arabic data table" --json
npx utopia-ds component DataTable --json
npx utopia-ds template template-saas-solution-homepage --copy ./saas-website
npx utopia-ds template template-saas-solution-homepage --theme dextrum --copy ./dextrum-website
npx utopia-ds template validate ./my-community-template
npx utopia-ds template submit ./my-community-template
npx utopia-ds theme create nova
npx utopia-ds manifest --json
npx utopia-ds mcpProgrammatic consumers can import @utopia-studio-design/design-system-cli/api.
