Skip to content

crossifyxyz/mongoose

Repository files navigation

license npm latest package npm downloads Follow on Twitter

CROSSIFY - Mongoose Config

Mongoose Schemas/Models/Utils for the CROSSIFY stack.

Summary

This package contains all common mongoose configs for CROSSIFY. Learn more about CROSSIFY on (https://crossify.xyz).

Check out the Changelog to see what changed in the last releases.

Install dependencies

Install dependencies with yarn:

yarn add @crossify/mongoose

or

npm install @crossify/mongoose

How to make a release

  1. PR with changes
  2. Merge PR into main
  3. Checkout main
  4. git pull
  5. npm run release
  6. Make sure everything looks good (e.g. in CHANGELOG.md)
  7. npm run postRelease
  8. Done

Summary

This package contains mongoose configs for CROSSIFY projects (https://github.com/crossifyxyz).