0.1.2 • Published 10 years ago
rokot-ioc v0.1.2
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
typingsinstalled:npm i typings -g
Getting Started
Installation
Install via npm
npm i rokot-ioc --saveTypings
You will also need these ambient dependencies:
NOTE: you might already have some of these ambient dependencies installed!
typings install bluebird harmony-proxy inversify -SAConsumed Libraries
inversify
A great TypeScript IoC container framework!
DEV - rokot-test
The testing framework used within the Rokot Platform!