0.0.6 • Published 10 years ago

neocore v0.0.6

Weekly downloads
2
License
ISC
Repository
github
Last release
10 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

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago