A common set of models and functions that we use throughout most of our Sequelize projects
npm i @teamhive/sequelize-common
There are a few peer dependencies of this project. Once you install this package you will need to follow up and ensure the follow dependencies are installed:
npm i sequelize sequelize-typescript
There are also dev dependencies that you may want to add in order for typescript to compile correctly:
npm i --save-dev @types/sequelize
npm pack
npm version (major|minor|patch)
npm publish
Note: This will also automatically push changes and tags post-publish