an electron/node plugin architecture enabler
npm install electron-pluginCreate extensible electron applications through a plugin architecture that uses NPM (or similar registry) or GitHub as repository for the extensions.
add it to your electron project using npm install electron-plugin --save or yarn add electron-plugin
require electron-plugin exports a function that requires a javascript object and an electron window, as seen on the next example:
``jselectron-plugin
const pluginManager = require()${__dirname}/test_folder
let config = {
installPath: ,
plugins : {
"electron-plugin-example": "0.0.2"
}
},
extensionPoint = {
app: 'anything you want to use as exstention point'
}
pluginManager.load(config, extensionPoint)
``
##### Created my free logo at LogoMakr.com