electrobun-workflow

Solid

The master Electrobun development lifecycle guide. Use for any Electrobun project to understand where you are in the pipeline and what comes next. Links all stages together.

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 Development Workflow ## The Pipeline ``` ┌──────────┐ ┌──────────┐ ┌──────────────┐ ┌───────────┐ │ INIT │ → │ DEV │ → │ BUILD │ → │ RELEASE │ │ │ │ │ │ │ │ │ │ template │ │ dev+watch│ │ canary/stable│ │ upload │ │ scaffold │ │ hot reload│ │ sign+notarize│ │ auto-update│ └──────────┘ └──────────┘ └──────────────┘ └───────────┘ Skill: Skill: Skill: Skill: electrobun-init electrobun-dev electrobun-build electrobun-release Command: (always-on) Command: Command: /electrobun-init /electrobun-build /electrobun-release ``` --- ## Stage 1: INIT **When:** Starting a new project from scratch. **Command:** ```bash electrobun init <project-name> --template=<template> cd <project-name> && bun install ``` **Success:** `bun start` launches the template app. **→ Ready for Stage 2 when:** Template runs, you've updated `app.name` and `app.identifier`. **Deep knowledge:** See `electrobun-init` skill. --- ## Stage 2: DEV **When:** Building features — the majority of development time. **Commands:** ```bash bun run dev # → electrobun dev --watch ``` **Success:** App reloads automatically on save. Console output appears in terminal. **Key tools while in dev:** - CEF devtools at `http://localhost:9222` (if using CEF renderer) - `view.openDevTools()` for native WKWebView (...

Details

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

Similar Skills

Semantically similar based on skill content — not just same category