Get an appCN install command
get_install_commandGet the exact command to add an appCN component to your project. Supports three install methods: appCN CLI, shadcn namespaced, and shadcn by URL.
Instructions
The exact command to add an appCN component to a project. Returns three install methods — the appCN CLI (recommended; handles NativeWind + Reanimated setup), shadcn namespaced, and shadcn by URL (zero setup) — for the requested package manager (or all of them).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Component slug, e.g. 'button' or 'voice-sphere'. | |
| manager | No | Package manager: npm, pnpm, yarn, or bun. Omit to get commands for all four. |