https://github.com/tutv/schemis
Create Mongoose Schemas
https://github.com/tutv/schemis
Last synced: about 1 year ago
JSON representation
Create Mongoose Schemas
- Host: GitHub
- URL: https://github.com/tutv/schemis
- Owner: tutv
- License: mit
- Created: 2020-10-06T18:37:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T15:47:52.000Z (over 2 years ago)
- Last Synced: 2025-03-18T03:36:46.162Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/schemis
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# schemis
Create Mongoose Schemas
## Installation
```shell
npm i --save schemis
#or yarn
yarn add schemis
```