0.1.1 • Published 8 years ago

@mitchallen/factory-base v0.1.1

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

@mitchallen/factory-base

Factory base class


Installation

You must use npm 2.7.0 or higher because of the scoped package name.

$ npm init
$ npm install @mitchallen/factory-base --save

Usage

var _factory = require("@mitchallen/factory-base");
var obj = _factory.create({});
should.exist(obj);
obj.health().should.eql("OK")

Testing

To test, go to the root folder and type (sans $):

$ npm test

Repo(s)


Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.


Version History

Version 0.1.0

  • initial release