0.1.3 • Published 2 years ago
astropine v0.1.3
astropine
A CLI for adding astropine components to your astro project.
Usage
Use the init command to initialize dependencies for a new project.
The init command installs dependencies, configures tailwind.config.cjs. For now, CSS variables are not set for the project.
npx astropine initadd
Use the add command to add components to your project.
The add command adds a component to your project and installs all required dependencies.
npx astropine add [component]Example
npx astropine add alertYou can also run the command without any arguments to view a list of all available components:
npx astropine addDocumentation
Visit https://astropine-ui.com to view the documentation.
License
Licensed under the MIT license.