Get the install command
get_install_commandGenerates a single npx shadcn add command to install multiple components at once. Handles duplicates and reports unknown component names.
Instructions
One npx shadcn@latest add command installing all the named components at once. Duplicates collapse; names with no such component come back under unknown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| names | Yes | Component names to install. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| unknown | Yes | ||
| components | Yes |