https://github.com/baybreezy/ui-thing-cli
CLI used to add UI Thing components to your Nuxt 3 app.
https://github.com/baybreezy/ui-thing-cli
cli nuxt3 radix-vue shadcn-ui tailwindcss ui-thing
Last synced: about 1 year ago
JSON representation
CLI used to add UI Thing components to your Nuxt 3 app.
- Host: GitHub
- URL: https://github.com/baybreezy/ui-thing-cli
- Owner: BayBreezy
- Created: 2023-11-06T23:21:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T00:04:19.000Z (over 1 year ago)
- Last Synced: 2024-12-02T09:56:47.039Z (over 1 year ago)
- Topics: cli, nuxt3, radix-vue, shadcn-ui, tailwindcss, ui-thing
- Language: TypeScript
- Homepage: https://ui-thing.behonbaker.com/
- Size: 1.35 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# UI Thing CLI

## Credits
- shadcn/ui
- Radiv-Vue
- TailwindCSS
- Nuxt
- Nuxt UI
Thanks to the maintainers of the other third party libraries used in this project.
## 💸 Support Me
If you can 😊
## Getting Started
- Create a Nuxt 3 project
- Install the dependencies
- Run the init command
```bash
npx ui-thing@latest init
```
- Start the dev server
```bash
npm run dev
```
- Add components to your project with the `add` command
```bash
npx ui-thing@latest add
```
## Commands
### `init`
```bash
npx ui-thing@latest init
```
This command will install the dependencies and add the required configuration to your project.
### `add`
```bash
npx ui-thing@latest add
```
This command will add the components to your project.
### `theme`
```bash
npx ui-thing@latest theme
```
This command will add the theme to your project.
### `prettier`
```bash
npx ui-thing@latest prettier
```
This command will add the prettier configuration to your project.
### `shortcuts`
```bash
npx ui-thing@latest shortcuts
```
This command will add the `defineShortcuts` & `useShortcuts` composables to your project.
