{"id":20073697,"url":"https://github.com/ragingwind/electron-psk-boilerplate","last_synced_at":"2026-06-10T10:31:47.879Z","repository":{"id":139546197,"uuid":"46080464","full_name":"ragingwind/electron-psk-boilerplate","owner":"ragingwind","description":"Boilerplate to kickstart creating an app with [Electron](https://github.com/atom/electron) and [Polymer Starter Kit](https://github.com/PolymerElements/polymer-starter-kit)","archived":false,"fork":false,"pushed_at":"2015-12-19T15:31:53.000Z","size":0,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T17:13:07.107Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ragingwind.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}},"created_at":"2015-11-12T20:59:04.000Z","updated_at":"2016-05-27T18:56:33.000Z","dependencies_parsed_at":"2023-04-25T22:47:42.832Z","dependency_job_id":null,"html_url":"https://github.com/ragingwind/electron-psk-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ragingwind/electron-psk-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragingwind%2Felectron-psk-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragingwind%2Felectron-psk-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragingwind%2Felectron-psk-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragingwind%2Felectron-psk-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ragingwind","download_url":"https://codeload.github.com/ragingwind/electron-psk-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragingwind%2Felectron-psk-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34149132,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":"2024-11-13T14:47:24.357Z","updated_at":"2026-06-10T10:31:47.861Z","avatar_url":"https://github.com/ragingwind.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# electron-psk-boilerplate\n\n\u003e Boilerplate to kickstart creating an app with [Electron](https://github.com/atom/electron) and [Polymer Starter Kit](https://github.com/PolymerElements/polymer-starter-kit)\n\n![](https://cloud.githubusercontent.com/assets/124117/11257732/f85b91d6-8e96-11e5-8d9d-45fd65968d4b.png)\n\n## Getting started\n\nIn your directory, run:\n\n```\n$ curl -fsSL https://github.com/ragingwind/electron-psk-boilerplate/archive/master.tar.gz | tar -xz --strip-components 2\n```\n\nYou can also `git clone` or [download](https://github.com/ragingwind/electron-psk-boilerplate/archive/master.zip) this repo and get contents of the `boilerplate` folder.\n\nYet ~~There's also a [Yeoman generator](https://github.com/ragingwind/generator-electron).~~\n\n\n## Patch for running route properly\n\n### For v1.1.1\n\nYou should add the following code to `src/app/elements/routing.html`. See [the doc](https://github.com/PolymerElements/polymer-starter-kit/blob/master/docs/chrome-dev-editor.md) for further information.\n\n```js\npage('*', function() {\n  page.redirect('/');\n});\n```\n\n### For v1.2.1\n\nYou probably see the notification about route failed that could be annoyed but you could ignore it as update by code below in commenting toast code.\n\n```js\n// 404\npage('*', function() {\n  // app.$.toast.text = 'Can\\'t find: ' + window.location.href  + '. Redirected you to Home Page';\n  // app.$.toast.show();\n  page.redirect(app.baseUrl);\n});\n```\n\n## License\n\nMIT © [ragingwind](http://ragingwind.me)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fragingwind%2Felectron-psk-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fragingwind%2Felectron-psk-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fragingwind%2Felectron-psk-boilerplate/lists"}