0.0.1-alpha • Published 10 years ago

simplevalues v0.0.1-alpha

Weekly downloads
9
License
-
Repository
github
Last release
10 years ago

SimpleValues

SimpleValues for models, with observer pattern.

Installation

Via npm on Node:

npm install simplevalues

Usage

Reference in your program:

var sv = require('simplevalues');

TBD

Development

git clone git://github.com/ajlopez/SimpleValues.git
cd SimpleValues
npm install
npm test

Samples

TBD

Projects

Projects that use SimpleValues:

TBD

Versions

TBD

License

MIT

Contribution

Feel free to file issues and submit pull requests � contributions are welcome<

If you submit a pull request, please be sure to add or update corresponding test cases, and ensure that npm test continues to pass.