5.3.1 • Published 5 years ago

hadron-plugin-manager v5.3.1

Weekly downloads
109
License
Apache-2.0
Repository
github
Last release
5 years ago

hadron-plugin-manager

Hadron Plugin Manager

Installation

npm install --save hadron-plugin-manager

Usage

const pluginsPath = path.join(__dirname, 'plugins');
const intPluginsPath = path.join(__dirname, 'internal-plugins');
const PluginManager = require('hadron-plugin-manager');
const AppRegistry = require('hadron-app-registry');

const manager = new PluginManager(
  [ intPluginsPath, pluginsPath ],
  __dirname,
  ['external-plugins/example3']
);

const appRegistry = new AppRegistry();
manager.activate(appRegistry);

License

Apache 2.0

5.3.1

5 years ago

5.3.0

7 years ago

5.2.0

7 years ago

5.1.0

7 years ago

5.0.0

7 years ago