https://github.com/ab70/schema-module
https://github.com/ab70/schema-module
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ab70/schema-module
- Owner: ab70
- Created: 2025-04-23T07:15:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-23T14:03:50.000Z (over 1 year ago)
- Last Synced: 2025-05-05T04:46:31.205Z (about 1 year ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Project sample for multi-tenant mongoose schema & usage in Js and Ts projects
```
```
# First clean up
rm -rf node_modules package-lock.json
# Reinstall
npm install
# Verify everything works
npm run type-check
# Publish
```
npm version patch
npm publish
```