Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naxmefy/node-mongoose-support
some mongoose extensions
https://github.com/naxmefy/node-mongoose-support
Last synced: 5 days ago
JSON representation
some mongoose extensions
- Host: GitHub
- URL: https://github.com/naxmefy/node-mongoose-support
- Owner: naxmefy
- License: mit
- Created: 2016-10-26T14:44:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-26T16:01:34.000Z (about 8 years ago)
- Last Synced: 2024-11-09T22:41:49.028Z (11 days ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-mongoose-support
some mongoose extensions[![Build Status](https://travis-ci.org/naxmefy/node-mongoose-support.svg?branch=master)](https://travis-ci.org/naxmefy/node-mongoose-support)
## Installation
```
$ npm install mongoose-support
```## Usage
```JavaScript
# Just do
require('mongoose-support')(require('mongoose'));
```## Contribution
* add issues for bugs, enhancements and etc
* fork the repo, make changes and create a pull request## License
MIT :o