{"id":18310991,"url":"https://github.com/jimschubert/electron-aurelia-example","last_synced_at":"2025-04-05T18:31:46.971Z","repository":{"id":33304124,"uuid":"36948861","full_name":"jimschubert/electron-aurelia-example","owner":"jimschubert","description":"An example desktop application written with Electron and Aurelia.","archived":false,"fork":false,"pushed_at":"2016-08-26T20:20:33.000Z","size":163,"stargazers_count":35,"open_issues_count":4,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-21T08:34:56.742Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/jimschubert.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-05T18:34:35.000Z","updated_at":"2024-02-23T20:05:18.000Z","dependencies_parsed_at":"2022-08-24T15:11:26.772Z","dependency_job_id":null,"html_url":"https://github.com/jimschubert/electron-aurelia-example","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimschubert%2Felectron-aurelia-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimschubert%2Felectron-aurelia-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimschubert%2Felectron-aurelia-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimschubert%2Felectron-aurelia-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jimschubert","download_url":"https://codeload.github.com/jimschubert/electron-aurelia-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247383889,"owners_count":20930366,"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":[],"created_at":"2024-11-05T16:16:06.470Z","updated_at":"2025-04-05T18:31:46.566Z","avatar_url":"https://github.com/jimschubert.png","language":"JavaScript","funding_links":[],"categories":["Table of Contents"],"sub_categories":["Aurelia"],"readme":"# electron-aurelia-example\n\n\u003e An example desktop application written with Electron and Aurelia. \n\nBased on [aurelia/skeleton-navigation](https://github.com/aurelia/skeleton-navigation), early versions of this repository are based heavily on Aurelia's project structure and the skeleton application.\n\n## Dev\n\nFirst, install dependencies. This will also trigger `jspm install` for client deps.\n\n```\n$ npm install\n```\n\nThe default gulp task will run lint on your ES6 files.\n\n```\n$ gulp\n```\n\nFor a list of available tasks, run `gulp help`.\n\nSome tasks support debugging of streams being processed. Check those tasks by passing a debug switch:\n\n```\n$ gulp --debug\n```\n\n### Run\n\nTo start an electron instance:\n\n```\n$ npm start\n```\n\n### Testing\n\nUnit tests are executed from within a running instance of the app. This allows the unit tests to interact with app source as it is included through jspm. Currently, these tests are written using jasmine.\n\nEnd-to-end (e2e) tests are executed outside of the application through chromedriver and webdriverio using gulp-webdriver. The package is currently referenced from `jimschubert/gulp-webdriver` with pending changes I hope to have integrated upstream. Because the module executes a standalone selenium server, you'll only need to download and start chromedriver. Get the most recent binaries from [Electron's releases](https://github.com/atom/electron/releases) for your development environment and start chromedriver:\n\n```\n$ ./chromedriver --url-base=/wd/hub --port=4321\n```\n\nRun `gulp specs` to run unit tests (`gulp specs:unit`) and e2e tests (`gulp specs:e2e`). \n\n### Build\n\nExecute a build specific to your dev machine using the `build.js` wrapper script (which provides system defaults and other stuff around electron-packager).\n\n```\n$ node build.js\n```\n\nOn x64 OS X for example, you can now run this from the `builds` directory:\n\n```\n$ open builds/darwin/x64/ElectronAureliaExample.app\n```\n\nYou may also run a specific build using the defined gulp tasks. These are pre-configured invocations of `node build.js`.\n\n```\n$ gulp build:linux:32\n$ gulp build:linux:64\n$ gulp build:darwin:64\n$ gulp build:windows:32\n$ gulp build:windows:64\n```\n\nRunning all cross-platform builds is rolled up into `gulp release`. Running `gulp release` will roll the revision number in your package.json and update `CHANGELOG.md`.\n\n## TODO\n\n* Packaging of cross-platform releases?\n* Icon settings\n* OS X Signing\n\n## License\n\nMIT © [Jim Schubert](http://ipreferjim.com)\n\n[aurelia/skeleton-navigation](https://github.com/aurelia/skeleton-navigation) is MIT © 2014 Durandal Inc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimschubert%2Felectron-aurelia-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimschubert%2Felectron-aurelia-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimschubert%2Felectron-aurelia-example/lists"}