1.0.2 • Published 8 years ago

model-mgr v1.0.2

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
8 years ago

cache4js

A model manager for nodejs API.With it,you can handle routes easily.

##How to use ?
1、install
npm install model-mgr
2、use

var models = require('ext4js')(__dirname);

for global:

global.MODELS = require('ext4js')(__dirname);

For more details,please refer to the code.

Contributing

Contributions welcome

License

The original cache4js was distributed under the Apache 2.0 License, and so is this. I've tried to
keep the original copyright and author credits in place, except in sections that I have rewritten
extensively.