1.1.0 • Published 9 years ago

radicle v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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>
1.1.0

9 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.0.0

11 years ago