{"id":13406516,"url":"https://github.com/electron/fiddle","last_synced_at":"2025-05-07T13:38:06.270Z","repository":{"id":37819910,"uuid":"136463760","full_name":"electron/fiddle","owner":"electron","description":":electron: 🚀 The easiest way to get started with Electron","archived":false,"fork":false,"pushed_at":"2024-10-26T14:00:39.000Z","size":17571,"stargazers_count":7428,"open_issues_count":73,"forks_count":687,"subscribers_count":147,"default_branch":"main","last_synced_at":"2024-10-29T14:55:50.704Z","etag":null,"topics":["desktop","electron","hacktoberfest","javascript"],"latest_commit_sha":null,"homepage":"https://electronjs.org/fiddle","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/electron.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-07T10:52:57.000Z","updated_at":"2024-10-29T13:56:02.000Z","dependencies_parsed_at":"2023-11-16T20:31:23.685Z","dependency_job_id":"762606fa-1f29-4e83-8cc0-2af568b639b2","html_url":"https://github.com/electron/fiddle","commit_stats":{"total_commits":1841,"total_committers":98,"mean_commits":"18.785714285714285","dds":0.619228680065182,"last_synced_commit":"c5cb7bd7a81b804ba088af64dfe7a2946d8c50e9"},"previous_names":[],"tags_count":81,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electron%2Ffiddle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electron%2Ffiddle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electron%2Ffiddle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electron%2Ffiddle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/electron","download_url":"https://codeload.github.com/electron/fiddle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247640472,"owners_count":20971558,"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","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":["desktop","electron","hacktoberfest","javascript"],"created_at":"2024-07-30T19:02:32.364Z","updated_at":"2025-04-08T19:16:44.307Z","avatar_url":"https://github.com/electron.png","language":"TypeScript","readme":"# \u003cimg src=\"https://user-images.githubusercontent.com/378023/49785546-4b7f7000-fd64-11e8-8033-a52c73a07fbf.png\" width=\"60px\" align=\"center\" alt=\"Electron Fiddle icon\"\u003e Electron Fiddle\n\n[![CircleCI](https://dl.circleci.com/status-badge/img/gh/electron/fiddle/tree/main.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/electron/fiddle/tree/main)\n[![Coverage Status](https://coveralls.io/repos/github/electron/fiddle/badge.svg?branch=main)](https://coveralls.io/github/electron/fiddle?branch=main)\n[![Electron Discord Invite](https://img.shields.io/discord/745037351163527189?color=%237289DA\u0026label=chat\u0026logo=discord\u0026logoColor=white)](https://discord.com/invite/APGC3k5yaH)\n\nElectron Fiddle lets you create and play with small Electron experiments. It\ngreets you with a quick-start template after opening – change a few things,\nchoose the version of Electron you want to run it with, and play around. Then,\nsave your Fiddle either as a GitHub Gist or to a local folder. Once published\non GitHub, anyone can quickly try your Fiddle out by just entering it in the\naddress bar.\n\n**[Download Fiddle now!](https://www.electronjs.org/fiddle)**\n\n\u003cimg src=\"https://user-images.githubusercontent.com/8198408/183111969-f25e202f-b7d8-45d2-ae89-89df965c6c8f.png\" width=\"880px\" alt=\"Electron Fiddle screenshot\"\u003e\n\n## Features\n\n### Explore Electron\n\n\u003cimg width=\"1493\" alt=\"Screenshot: Electron App running\" src=\"https://user-images.githubusercontent.com/8198408/183112940-370c7535-1d71-40f3-ba8f-fad5f60ed2e9.png\"\u003e\n\nTry Electron without installing any dependencies: Fiddle includes everything\nyou'll need to explore the platform. It also includes examples for every API\navailable in Electron, so if you want to quickly see what a\n[BrowserView][BrowserView] is or how the [desktopCapturer][desktopCapturer]\nworks, Fiddle has got you covered.\n\n### Code with Types\n\n![Screenshot: Fiddle's Types](https://user-images.githubusercontent.com/1426799/43874324-10e46eae-9b40-11e8-962b-8c793d73c259.png)\n\nFiddle includes Microsoft's excellent Monaco Editor, the same editor powering\nVisual Studio Code. It also installs the type definitions for the currently\nselected version of Electron automatically, ensuring that you always have\nall Electron APIs only a few keystrokes away.\n\n### Compile and Package\n\n\u003cimg width=\"895\" alt=\"Screenshot: Fiddle's Tasks Menu\" src=\"https://user-images.githubusercontent.com/8198408/183113871-5774174a-da63-4d9b-87fa-239512c843e6.png\"\u003e\n\nFiddle can automatically turn your experiment into binaries you can share with\nyour friends, coworkers, or grandparents. It does so thanks to\n[electron-forge][electron-forge], allowing you to package your fiddle as an\napp for Windows, macOS, or Linux.\n\n### Start with Fiddle, Continue Wherever\n\n\u003cimg width=\"1916\" alt=\"Screenshot: Visual Studio Code with Fiddle Export\" src=\"https://user-images.githubusercontent.com/8198408/183117021-25c044a8-5a3b-4ff0-97ea-b6ae16d488ea.png\"\u003e\n\nFiddle is not an IDE – it is however an excellent starting point. Once your\nfiddle has grown up, export it as a project with or without\n[electron-forge][electron-forge]. Then, use your favorite editor and take on\nthe world!\n\n## Contributing\n\nElectron Fiddle is a community-driven project that welcomes all sorts of contributions. Please check out our [Contributing Guide](https://github.com/electron/fiddle/blob/main/CONTRIBUTING.md) for more details.\n\n## License\n\n[MIT, please see the LICENSE file for full details](https://github.com/electron/fiddle/blob/main/LICENSE.md).\n\nWhen using the Electron or other GitHub logos, be sure to follow the [GitHub\nlogo guidelines](https://github.com/logos).\n\n[BrowserView]: https://electronjs.org/docs/latest/api/browser-view\n[desktopCapturer]: https://electronjs.org/docs/latest/api/desktop-capturer\n[electron-forge]:  https://electronforge.io/\n","funding_links":[],"categories":["TypeScript","HarmonyOS","electron","Tutorials and Guides","javascript","前端开发框架及项目","Helper Components","Open-Source \u0026 Commercial Tools"],"sub_categories":["Windows Manager","前端项目_其他"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectron%2Ffiddle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felectron%2Ffiddle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectron%2Ffiddle/lists"}