neocore

0.0.6 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i neocore

Weekly Downloads

0

Version

0.0.6

License

ISC

Last publish

Collaborators

  • headjump