{"id":31621723,"url":"https://github.com/zardoy/esbuild-electron","last_synced_at":"2025-10-06T16:40:25.929Z","repository":{"id":65056943,"uuid":"398880440","full_name":"zardoy/esbuild-electron","owner":"zardoy","description":"Fast and flexible Electron build tool powered by esbuild. Features hot-reload, production builds, and easy configuration.","archived":false,"fork":false,"pushed_at":"2025-08-24T12:20:35.000Z","size":361,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-26T05:31:53.668Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://npmjs.com/esbuild-electron","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zardoy.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-08-22T19:16:42.000Z","updated_at":"2025-08-24T12:20:14.000Z","dependencies_parsed_at":"2025-08-19T06:45:07.817Z","dependency_job_id":"6c4022d4-f46f-4d95-aabb-8680443ec646","html_url":"https://github.com/zardoy/esbuild-electron","commit_stats":null,"previous_names":["zardoy/esbuild-electron"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/zardoy/esbuild-electron","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zardoy%2Fesbuild-electron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zardoy%2Fesbuild-electron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zardoy%2Fesbuild-electron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zardoy%2Fesbuild-electron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zardoy","download_url":"https://codeload.github.com/zardoy/esbuild-electron/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zardoy%2Fesbuild-electron/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278646256,"owners_count":26021510,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-06T16:40:24.629Z","updated_at":"2025-10-06T16:40:25.908Z","avatar_url":"https://github.com/zardoy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# electron-esbuild\n\nFast and flexible Electron build tool powered by esbuild. Features hot-reload, production builds, and easy configuration.\n\n## Features\n\n- ⚡ Super fast builds with esbuild\n- 🔄 Hot reload in development\n- 🎮 Manual restart with 'r' key\n- 🔧 Flexible configuration\n- 🐛 Both dev and production builds\n\n## Quick Start\n\n```bash\nnpm install electron-esbuild --save-dev\n```\n\nAdd scripts to your package.json:\n\n```json\n{\n  \"scripts\": {\n    \"start\": \"electron-esbuild dev\",\n    \"start:debug\": \"electron-esbuild dev --debug\",\n    \"build\": \"electron-esbuild production\",\n    \"build:debug\": \"electron-esbuild production --debug\"\n  }\n}\n```\n\n## Configuration\n\nCreate `.electron-esbuildrc.json` in your project root:\n\n```json\n{\n  \"mode\": \"dev\",\n  \"outdir\": \"node_modules/.electron-esbuild\",\n  \"outdirProduction\": \"dist\",\n  \"autoRestart\": true,\n  \"debug\": false,\n  \"entryPoints\": {\n    \"base\": \"src/electron\",\n    \"main\": \"index.ts\",\n    \"preload\": \"preload.ts\"\n  }\n}\n```\n\n- `npm run build:debug` - Build for production with debugging enabled\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzardoy%2Fesbuild-electron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzardoy%2Fesbuild-electron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzardoy%2Fesbuild-electron/lists"}