{"id":18575912,"url":"https://github.com/bevry-archive/plugin-engine","last_synced_at":"2025-07-26T09:34:53.303Z","repository":{"id":6528225,"uuid":"7769281","full_name":"bevry-archive/plugin-engine","owner":"bevry-archive","description":"Deprecated. Use https://github.com/bevry/pluginloader","archived":false,"fork":false,"pushed_at":"2019-01-01T10:48:54.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-01T18:39:00.089Z","etag":null,"topics":["plugin-system","todo"],"latest_commit_sha":null,"homepage":"","language":"CoffeeScript","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/bevry-archive.png","metadata":{"files":{"readme":"README.md","changelog":"History.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-23T06:47:01.000Z","updated_at":"2023-12-27T07:48:32.000Z","dependencies_parsed_at":"2022-07-21T12:32:21.066Z","dependency_job_id":null,"html_url":"https://github.com/bevry-archive/plugin-engine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bevry-archive/plugin-engine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bevry-archive%2Fplugin-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bevry-archive%2Fplugin-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bevry-archive%2Fplugin-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bevry-archive%2Fplugin-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bevry-archive","download_url":"https://codeload.github.com/bevry-archive/plugin-engine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bevry-archive%2Fplugin-engine/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267145730,"owners_count":24042651,"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-07-26T02:00:08.937Z","response_time":62,"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":["plugin-system","todo"],"created_at":"2024-11-06T23:22:47.782Z","updated_at":"2025-07-26T09:34:53.280Z","avatar_url":"https://github.com/bevry-archive.png","language":"CoffeeScript","readme":"# Plugin Engine\n\nCurrently under construction. The goal is to have an API like:\n\n``` coffee\n# Import\n{PluginEngine} = require('plugin-engine')\n\n# Create Plugin Engine Instance\npluginEngine = new PluginEngine({\n\t# Where to load plugins from?\n\tmodulesPaths: [__dirname+'/node_modules']\n\t\n\t# Loaded plugins must have this tag in their package.json file\n\ttag: 'docpad-plugin'\n\n\t# Ensure the plugin supports these engines\n\tengines:\n\t\t'docpad': '6.22.0'\n\n\t# Pass these options over to our plugins during instantiation\n\tinstantiationOpts:\n\t\tBasePlugin: require(__dirname+'/out/base-plugin')\n}).loadPlugins()\n```\n\nWith an example plugin looking like:\n\n```\nmodule.exports = (instantiationOpts) -\u003e\n\t{BasePlugin} = instantiationOpts\n\tclass Plugin extends BasePlugin\n```\n\nThings to still figure out:\n\n1. How to handle plugin and parent events\n1. How to expose the parent object to the plugins\n1. Priorities for events\n\n\n## History\n\n[You can discover the history inside the `History.md` file](https://github.com/bevry/plugin-system/blob/master/History.md#files)\n\n\n## License\n\nLicensed under the incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT License](http://creativecommons.org/licenses/MIT/)\n\u003cbr/\u003eCopyright \u0026copy; 2012+ [Bevry Pty Ltd](http://bevry.me)\n\u003cbr/\u003eCopyright \u0026copy; 2011 [Benjamin Lupton](http://balupton.com)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbevry-archive%2Fplugin-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbevry-archive%2Fplugin-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbevry-archive%2Fplugin-engine/lists"}