{"id":13821857,"url":"https://github.com/alvarolorentedev/electron-plugin","last_synced_at":"2025-05-16T15:31:14.255Z","repository":{"id":46939516,"uuid":"149243447","full_name":"alvarolorentedev/electron-plugin","owner":"alvarolorentedev","description":"an electron plugin extension package","archived":true,"fork":false,"pushed_at":"2021-09-21T01:16:51.000Z","size":4454,"stargazers_count":36,"open_issues_count":12,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-05-19T11:09:23.835Z","etag":null,"topics":["electron","nodejs","plugin-architecture","plugin-loader","plugin-manager"],"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/alvarolorentedev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":"FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["kanekotic"],"custom":["https://www.paypal.me/kanekotic/"]}},"created_at":"2018-09-18T07:04:06.000Z","updated_at":"2024-01-04T07:59:21.000Z","dependencies_parsed_at":"2022-09-05T10:52:00.449Z","dependency_job_id":null,"html_url":"https://github.com/alvarolorentedev/electron-plugin","commit_stats":null,"previous_names":["alvarolorentedev/electron-plugin","kanekotic/electron-plugin"],"tags_count":127,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvarolorentedev%2Felectron-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvarolorentedev%2Felectron-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvarolorentedev%2Felectron-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvarolorentedev%2Felectron-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alvarolorentedev","download_url":"https://codeload.github.com/alvarolorentedev/electron-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213893315,"owners_count":15653524,"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":["electron","nodejs","plugin-architecture","plugin-loader","plugin-manager"],"created_at":"2024-08-04T08:01:31.021Z","updated_at":"2024-08-04T08:07:09.890Z","avatar_url":"https://github.com/alvarolorentedev.png","language":"JavaScript","readme":"# ![logomakr_2nqeyp](https://user-images.githubusercontent.com/3071208/46248168-4cb42880-c416-11e8-9c39-2580669a656a.png)\n[![Build Status](https://travis-ci.org/kanekotic/electron-plugin.svg?branch=master)](https://travis-ci.org/kanekotic/electron-plugin)\n[![codecov](https://codecov.io/gh/kanekotic/electron-plugin/branch/master/graph/badge.svg)](https://codecov.io/gh/kanekotic/electron-plugin)\n[![npm](https://img.shields.io/npm/dy/electron-plugin.svg)](https://github.com/kanekotic/electron-plugin)\n[![GitHub license](https://img.shields.io/github/license/kanekotic/electron-plugin.svg)](https://github.com/kanekotic/electron-plugin/blob/master/LICENSE)\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/kanekotic/electron-plugin/graphs/commit-activity)\n\nCreate extensible electron applications through a plugin architecture that uses NPM (or similar registry) or GitHub as repository for the extensions.\n\n## Installation\n\nadd it to your electron project using `npm install electron-plugin --save` or `yarn add electron-plugin`\n\n## Usage\n\nrequire `electron-plugin` exports a function that requires a javascript object and an electron window, as seen on the next example:\n\n```js\nconst pluginManager = require(`electron-plugin`)\nlet config = { \n        installPath: `${__dirname}/test_folder`,\n        plugins : {\n            \"electron-plugin-example\": \"0.0.2\"\n        }\n     },\n    extensionPoint = {\n        app: 'anything you want to use as exstention point'\n    }\n\npluginManager.load(config, extensionPoint)\n```\n\n##### Created my free [logo](logomakr.com/2NQeYP) at [LogoMakr.com](LogoMakr.com) \n","funding_links":["https://github.com/sponsors/kanekotic","https://www.paypal.me/kanekotic/"],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvarolorentedev%2Felectron-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falvarolorentedev%2Felectron-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvarolorentedev%2Felectron-plugin/lists"}