rokot-ioc

Rocketmakers Rokot Platform - IoC

Usage no npm install needed!

<script type="module">
  import rokotIoc from 'https://cdn.skypack.dev/rokot-ioc';
</script>

README

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!