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: 3 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-19T09:06:36.000Z (about 7 years ago)
- Last Synced: 2025-03-07T10:39:26.995Z (over 1 year ago)
- Topics: cli, creator, model, mongodb, mongoose, nodejs, npm
- Language: JavaScript
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- 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)