create-electron-shadcn-app
Version:
Create Electron Forge apps with Vite, React, Tailwind and shadcn/ui only with one command.
60 lines (38 loc) β’ 1.87 kB
Markdown
# π§ͺ create-electron-shadcn-app
[](https://www.npmjs.com/package/create-electron-shadcn-app)
[](https://www.npmjs.com/package/create-electron-shadcn-app)
[](LICENSE)
Create modern desktop applications using **Electron**, **Vite**, **React**, **Tailwind CSS**, and **shadcn/ui** β all with a single command.
> A CLI tool for quickly scaffolding Electron projects with responsive design and accessible shadcn UI components.
## π How to use
You can create a new project using:
```bash
npm create electron-shadcn-app@latest
```
Or with `npx`:
```bash
npx create-electron-shadcn-app@latest
```
Then follow the prompts to name and set up your new app.
## π¦ What's included
- β‘ **Electron Forge** with **Vite** plugin
- βοΈ **React** with **TypeScript**
- π¨ **Tailwind CSS** preconfigured
- π
**shadcn/ui** with theme and accessibility support
- β
Ready-to-package Electron configuration
- π» Helpful scripts (`start`, `make`, `lint`, etc)
## π οΈ Available scripts
```bash
npm start # Launch the app in development mode
npm run make # Package the app for production
```
## π§ͺ Requirements
- Node.js >= 18
- npm >= 9
## π¦ Publishing
This CLI is available on [npm](https://www.npmjs.com/package/create-electron-shadcn-app).
Repository: [github.com/acrisiodejesus/create-electron-shadcn-app](https://github.com/acrisiodejesus/create-electron-shadcn-app)
## π€ Contributing
Pull requests are welcome! Feel free to suggest improvements, add templates, or new features.
## π License
MIT Β© [AcrΓsio De Jesus](https://github.com/acrisiodejesus)