{"id":14966143,"url":"https://github.com/azawawi/perl6-electron","last_synced_at":"2025-08-02T07:37:31.765Z","repository":{"id":35383190,"uuid":"39646526","full_name":"azawawi/perl6-electron","owner":"azawawi","description":"Write cross-platform Perl 6 desktop Electron applications using JavaScript, HTML and CSS","archived":false,"fork":false,"pushed_at":"2017-04-29T08:27:18.000Z","size":135,"stargazers_count":23,"open_issues_count":0,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-06-30T15:51:54.231Z","etag":null,"topics":["electron","html","javascript","perl6"],"latest_commit_sha":null,"homepage":"","language":"Perl6","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/azawawi.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-07-24T17:04:07.000Z","updated_at":"2022-05-19T16:51:22.000Z","dependencies_parsed_at":"2022-08-25T15:11:04.795Z","dependency_job_id":null,"html_url":"https://github.com/azawawi/perl6-electron","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/azawawi/perl6-electron","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azawawi%2Fperl6-electron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azawawi%2Fperl6-electron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azawawi%2Fperl6-electron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azawawi%2Fperl6-electron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azawawi","download_url":"https://codeload.github.com/azawawi/perl6-electron/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azawawi%2Fperl6-electron/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268348690,"owners_count":24236302,"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-08-02T02:00:12.353Z","response_time":74,"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":["electron","html","javascript","perl6"],"created_at":"2024-09-24T13:35:55.201Z","updated_at":"2025-08-02T07:37:31.690Z","avatar_url":"https://github.com/azawawi.png","language":"Perl6","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Electron [![Build Status](https://travis-ci.org/azawawi/perl6-electron.svg?branch=master)](https://travis-ci.org/azawawi/perl6-electron) [![Build status](https://ci.appveyor.com/api/projects/status/github/azawawi/perl6-electron?svg=true)](https://ci.appveyor.com/project/azawawi/perl6-electron/branch/master)\n\nThe goal is to write cross-platform Perl 6 desktop applications using\nJavaScript, HTML and CSS on top of the [Electron](https://github.com/atom/electron) platform. It is based on [io.js](http://iojs.org) and [Chromium](http://www.chromium.org) and is used in\n the [Atom editor](https://github.com/atom/atom).\n\n## Installation\n\nTo install it using zef (a module management tool bundled with Rakudo Star):\n\n```\n$ zef install Electron\n```\n\n### Dependencies\n\nPlease follow the instructions below based on your platform:\n\n#### Linux\n\n- Install nodejs using apt\n```\n$ sudo apt-get install nodejs\n```\n- Install pre-built electron for your platform using the following command\n  line:\n```\n$ sudo npm install electron -g\n```\n\nAfter a successful installation, electron should be installed in\n``/usr/local/bin/electron``.\n\n#### Windows\n\nIf that fails, please download the correct electron platform from\nhttps://github.com/atom/electron/releases. and make sure that ```electron```\ncan be called from the command line.\n\n- Install the installer from https://nodejs.org/\n- Install pre-built electron for your platform using the following command\n  line:\n```\n$ npm install electron -g\n```\n\nAfter a success installation, electron should be installed in\n``%USERPROFILE%\\AppData\\Roaming\\npm\\electron.cmd``\n\n## Testing\n\nTo run tests:\n\n```\n$ prove -v -e \"perl6 -Ilib\"\n```\n\n## Author\n\nAhmad M. Zawawi, azawawi on #perl6, https://github.com/azawawi/\n\n## License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazawawi%2Fperl6-electron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazawawi%2Fperl6-electron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazawawi%2Fperl6-electron/lists"}