0.1.2 • Published 8 years ago

rokot-ioc v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

rokot-ioc

Rokot - Rocketmakers TypeScript NodeJs Platform

Introduction

A typescript based IoC utility library for nodejs applications

This package basically provides inversify, and ensures both Symbol and Reflect Metadata polyfills are available

The Rokot platform components heavily rely on usage of the typings utility for typescript definitions management. If you don't have typings installed:

npm i typings -g

Getting Started

Installation

Install via npm

npm i rokot-ioc --save

Typings

You will also need these ambient dependencies:

NOTE: you might already have some of these ambient dependencies installed!

typings install bluebird harmony-proxy inversify -SA

Consumed Libraries

inversify

A great TypeScript IoC container framework!

DEV - rokot-test

The testing framework used within the Rokot Platform!