An open API service indexing awesome lists of open source software.

https://github.com/kowyo/electron-forge-template

A modern Electron Forge starter with best practices baked in.
https://github.com/kowyo/electron-forge-template

electron electron-forge oxc oxfmt oxlint shadcn-ui tailwindcss vite8

Last synced: 12 days ago
JSON representation

A modern Electron Forge starter with best practices baked in.

Awesome Lists containing this project

README

          

Electron Forge Template


CI
Release
License

A modern Electron Forge starter with best practices baked in.

## Stack

- **Electron 42** + **Electron Forge 8** + **Vite 8**
- **React 19** + **TailwindCSS 4** + **shadcn/ui**
- **oxlint** + **oxfmt** (fast Rust-based linting/formatting)
- **husky** + **lint-staged** (pre-commit checks)
- **GitHub Actions** (CI + automated releases)

## Getting started

```sh
pnpm install
pnpm start
```

## Scripts

| Command | Description |
| ------------------ | --------------------------- |
| `pnpm start` | Run in dev mode |
| `pnpm make` | Package the app |
| `pnpm lint` | Run oxlint |
| `pnpm fmt` | Format with oxfmt |
| `pnpm types:check` | TypeScript type check |
| `pnpm knip` | Check for unused files/deps |

## License

MIT