Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metrica-sports/goosetrack
🔎 Mongoose plugin to keep track of document updates
https://github.com/metrica-sports/goosetrack
mongoose mongoose-plugin
Last synced: 4 days ago
JSON representation
🔎 Mongoose plugin to keep track of document updates
- Host: GitHub
- URL: https://github.com/metrica-sports/goosetrack
- Owner: metrica-sports
- License: mit
- Created: 2018-04-18T17:56:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T16:23:55.000Z (over 6 years ago)
- Last Synced: 2024-10-30T06:58:53.562Z (17 days ago)
- Topics: mongoose, mongoose-plugin
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goosetrack
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-green)](https://github.com/prettier/prettier)
Mongoose plugin to keep track of specific properties updates
## Install
```bash
$ npm install --save goosetrack
``````bash
$ yarn add goosetrack
```