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

https://github.com/ab70/schema-module


https://github.com/ab70/schema-module

Last synced: about 1 year ago
JSON representation

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