zard
Installation
SKILL.md
zard/ui
An Angular component library. Components are installed as source code into the user's project by the CLI — there is no runtime package to import from, and no component to npm install.
IMPORTANT: Run every CLI command with the project's own package runner:
npx zard-cli,pnpm dlx zard-cli,yarn zard-cli, orbunx zard-cli— pick the one matchingpackageManagerincomponents.json. The examples below usenpx zard-cli; substitute the right runner.
Current Project Context
Read components.json at the project root before doing anything else. It is written by zard-cli init and is the whole configuration — there is no zard-cli info command to call.