Skip to content

erraX/inversion.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inversion.js

npm version Build Status dependencies Inline docs contributions welcome

A lightweight DI and IOC container to register service into service center

Introduction

A lightweight DI and IOC container to register service into service center

Installation

inversion.js can be used in a browser or in a nodejs app. It can be installed via bower or npm:

> $ bower install inversionjs
> $ npm install inversionjs

Simple example

Develop

Test

Test once

> $ npm run test

Or watch files changes

> $ npm run test:watch

Build

Build umd

> $ npm run build:umd

Build umd min

> $ npm run build:umd:min

Build all

> $ npm run build

All built files will in /dist/*

About

DI and IOC container

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors