Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```