get_shadcn_install_command
Generates the exact Shadcn CLI command to install specified UI components like form, input, select, etc., saving time by avoiding manual command construction.
Instructions
Generates the exact Shadcn CLI command to install necessary UI components.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| components | Yes | List of Shadcn UI components needed | |
| packageManager | No | Package manager to use | npm |