starwind
Version:
Add beautifully designed components to your Astro applications
40 lines (24 loc) • 698 B
Markdown
# Starwind
A CLI for adding Astro components to your project.
## Initialization
Use the `init` command to initialize your project:
```bash
npx starwind@latest init
```
## Adding Components
Use the `add` command to add components to your project:
```bash
npx starwind@latest add [components...]
```
### Example
```bash
npx starwind@latest add button
```
You can also run the command without any argument to view a list of available components:
```bash
npx starwind@latest add
```
## Documentation
Visit [https://starwind.dev/](https://starwind.dev/) to view the documentation.
## License
Licensed under the [MIT license](https://github.com/starwind-ui/starwind-ui/blob/main/LICENSE).