{"id":13669977,"url":"https://github.com/asticode/go-astilectron-demo","last_synced_at":"2025-04-27T09:31:15.385Z","repository":{"id":50749328,"uuid":"100843952","full_name":"asticode/go-astilectron-demo","owner":"asticode","description":"Discover the power of Astilectron through a demo app","archived":true,"fork":false,"pushed_at":"2024-02-16T13:57:18.000Z","size":1134,"stargazers_count":403,"open_issues_count":15,"forks_count":83,"subscribers_count":19,"default_branch":"master","last_synced_at":"2024-11-01T23:02:58.624Z","etag":null,"topics":["astilectron","demo","go","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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/asticode.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}},"created_at":"2017-08-20T06:52:57.000Z","updated_at":"2024-10-28T16:05:46.000Z","dependencies_parsed_at":"2024-06-18T20:05:18.311Z","dependency_job_id":"9cf63e79-5ba2-4e38-8b5b-650622c35bd5","html_url":"https://github.com/asticode/go-astilectron-demo","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asticode%2Fgo-astilectron-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asticode%2Fgo-astilectron-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asticode%2Fgo-astilectron-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asticode%2Fgo-astilectron-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asticode","download_url":"https://codeload.github.com/asticode/go-astilectron-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224066986,"owners_count":17250092,"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":["astilectron","demo","go","golang"],"created_at":"2024-08-02T09:00:28.183Z","updated_at":"2024-11-11T07:31:01.552Z","avatar_url":"https://github.com/asticode.png","language":"Go","funding_links":[],"categories":["Building"],"sub_categories":[],"readme":"This package is a demo of an [astilectron](https://github.com/asticode/go-astilectron) app that uses the [bootstrap](https://github.com/asticode/go-astilectron-bootstrap) and the [bundler](https://github.com/asticode/go-astilectron-bundler).\n\nIt's also the subject of this [blog post](https://medium.com/@social_57971/how-to-add-a-gui-to-your-golang-app-in-5-easy-steps-c25c99d4d8e0).\n\n![screenshot](screenshot.png)\n\n# Warning\n\nThis project is not maintained anymore.\n\n# Step 1: install the demo\n\nRun the following commands:\n\n    $ go get -u github.com/asticode/go-astilectron-demo/...\n    $ rm {root_of_this_repo}/bind.go \n\n# Step 2: install the bundler\n\nRun the following command:\n\n    $ go get -u github.com/asticode/go-astilectron-bundler/...\n    $ go install github.com/asticode/go-astilectron-bundler/astilectron-bundler\n\nGo get and build the binary.\nAnd don't forget to add `$GOPATH/bin` to your `$PATH`.\n\n# Step 3: bundle the app for your current environment\n\nRun the following commands:\n\n    $ cd {root_of_this_repo}\n    $ astilectron-bundler\n\n# Step 4: test the app\n\nThe result is in the `output/\u003cyour os\u003e-\u003cyour arch\u003e` folder and is waiting for you to test it!\n\n# Step 5: bundle the app for more environments\n\nTo bundle the app for more environments, add an `environments` key to the bundler configuration (`bundler.json`):\n\n```json\n\"environments\": [\n  {\"arch\": \"amd64\", \"os\": \"linux\"},\n  {\"arch\": \"386\", \"os\": \"windows\"}\n]\n```\n\nand repeat **step 3**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasticode%2Fgo-astilectron-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasticode%2Fgo-astilectron-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasticode%2Fgo-astilectron-demo/lists"}