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

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.0

11 years ago