radicle
v1.1.0
Published
Simple plugin container
Downloads
17
Maintainers
Readme
About
radicle is a simple plugin container.
Features
- Configuration driven;
- Load plugins from the filesystem (npm modules) or just pass references to existing ones;
- #setup() and #teardown() lifecycle; Both are dependency injected as well;
- Support for dependency name aliasing which allows to test code without changing implementation;
- Simple and easy to debug.
Usage
See the examples folder for examples
cd examples && node demo.js
Install
npm i radicle
Debug
DEBUG=radicle node <your radicle main script goes here>