1.1.0 • Published 8 years ago

radicle v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.0

10 years ago