Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indatawetrust/mongoose-auto
Automatic model creation tool for Mongoose.
https://github.com/indatawetrust/mongoose-auto
cli creator model mongodb mongoose nodejs npm
Last synced: 12 days ago
JSON representation
Automatic model creation tool for Mongoose.
- Host: GitHub
- URL: https://github.com/indatawetrust/mongoose-auto
- Owner: indatawetrust
- Created: 2018-08-19T11:30:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-19T09:06:36.000Z (over 5 years ago)
- Last Synced: 2024-12-06T06:34:45.422Z (19 days ago)
- Topics: cli, creator, model, mongodb, mongoose, nodejs, npm
- Language: JavaScript
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mongoose-auto
Automatic model creation tool for Mongoose.#### install
```
npm i -g mongoose-auto
```#### usage
```
mauto --uri=mongodb://localhost:27017/project
```
or
```
mauto --uri=project
```
```
Options:
--uri MongoDB connection URI [string] (default mongodb://localhost:27017)
--folder model folder [boolean] (default models)
```Issues
------Feel free to submit issues and enhancement requests.
## License
MIT © [Ahmet Şimşek](https://github.com/indatawetrust)