starwind_init
Initialize a new Starwind UI project with Pro setup, enabling standard components and Pro blocks. Supports custom working directory and package manager selection.
Instructions
Initializes a new Starwind UI project. Defaults to Pro setup, which enables standard components and Pro blocks for new projects. For an already initialized Starwind UI project that needs Pro support, use starwind setup --yes instead of reinitializing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory for package manager detection. Defaults to current directory. | |
| pro | No | Whether to initialize with Starwind Pro support. Defaults to TRUE. Pro setup enables both standard components AND Pro blocks. Only set to false if you specifically want standard-only setup. | |
| packageManager | No | Override the auto-detected package manager. Use this if package manager detection fails or you want to force a specific one. |