0.0.6 • Published 9 years ago

neocore v0.0.6

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

neocore

Travis

New core js utils, like DI helpers, react-mixins, ...

Install

npm install --save neocore

Usage

var Context = require("neocore/context/context").Context;

var 
  context = new Context(),
  a_service = {
    say_hello: function(){console.log("hello");}
  };

context.service.registerInstance("a service", a_service);

Run tests

grunt test

Release new Version

Set version in package.json and bower.json, then run...

npm publish
0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago