Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (starwind) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Starwind
A CLI for adding Astro components to your project.
Initialization
Use the init
command to initialize your project:
npx starwind@latest init
Adding Components
Use the add
command to add components to your project:
npx starwind@latest add [components...]
Example
npx starwind@latest add button
You can also run the command without any argument to view a list of available components:
npx starwind@latest add
Documentation
Visit https://starwind.dev/ to view the documentation.
License
Licensed under the MIT license.