init_shadcn
Initialize shadcn/ui in your project with options for style, TypeScript, Tailwind config, components path, and force mode.
Instructions
Initialize shadcn/ui in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| style | No | Which style to use | |
| typescript | No | Use TypeScript | |
| tailwindConfig | No | Path to tailwind config | |
| componentsPath | No | Path to components directory | |
| force | No | Force init (skip checks) | |
| cwd | No | Working directory |