electrobun-init

Solid

Use when scaffolding a new Electrobun project, choosing a template, or understanding what each template provides. Activates on electrobun init, new project setup, or template questions.

AI & Automation 394 stars 68 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
86
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Electrobun Init Scaffolds a new Electrobun desktop app from a built-in template. ## Commands ```bash electrobun init # interactive template picker electrobun init <project-name> # pick template interactively, name set electrobun init <template-name> # template name = project name electrobun init <project-name> --template=<name> # explicit name + template ``` After init: ```bash cd <project-name> bun install bun start # runs: electrobun dev ``` ## Template Reference Choose based on what your app primarily does: ### Minimal / Learning | Template | Use when | |---|---| | `hello-world` | Starting from scratch, learning Electrobun | | `bunny` | Demo/mascot, visual showcase | ### UI Framework Integration | Template | Use when | |---|---| | `svelte` | You use Svelte | | `vue` | You use Vue | | `solid` | You use SolidJS | | `angular` | You use Angular | | `react-tailwind-vite` | React + Tailwind, Vite bundler | | `tailwind-vanilla` | No framework, just Tailwind | | `vanilla-vite` | No framework, Vite bundler | ### App Patterns | Template | Use when | |---|---| | `multi-window` | App needs multiple independent windows | | `tray-app` | Menu bar / system tray app, no main window | | `notes-app` | CRUD app with local storage | | `sqlite-crud` | App with a local SQLite database | | `photo-booth` | Camera/media capture | ### Browser / Multi-tab | Template | Use when | |---|---| | `multitab-browse...

Details

Author
milady-ai
Repository
milady-ai/milady
Created
3 months ago
Last Updated
today
Language
HTML
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category