@solar-icons/cli
v2.4.0
Published
CLI for Solar Icons — search, get and list 1,380 icons × 6 styles. Base for skills and MCP.
Downloads
879
Readme
@solar-icons/cli
CLI for Solar Icons — 1,380 icons × 6 styles. Search, get and list icons locally (offline) via @solar-icons/static. Designed as the single source of truth for skills and the future MCP server.
pnpm add -D @solar-icons/cli
# or without install
npx @solar-icons/cli search "home" --limit 10 --jsonCommands
solar-icons search <query> [--limit 20] [--style linear] [--category ui] [--framework react] [--json]
solar-icons get <name> [--style linear] [--framework react] [--out file.svg] [--json]
solar-icons list [--category ui] [--style linear] [--json] [--limit 50]
solar-icons info <name> [--json]
solar-icons categories [--json]
solar-icons styles [--json]All --json outputs are machine-readable (for agents / MCP).
Framework snippet examples: react → import { HomeBoldIcon } from "@solar-icons/react/bold/home", vue, svelte, solid, angular (SolarHomeBold), react-native, nuxt, static, js.
