Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)