Mongoosejs-cli is a command line tool that helps developers working with mongoosejs orm to easily generate models, migrations and seeders right from their terminal. t can be installed gloabally or locally.
I am new to mongodb especially with nodejs. In my pursuit of learning mongodb with nodejs, i came across a tool called Mongoosejs(mongoose) which helps devs work with mongodb with ease.
When i used to play mysql and nodejs, i usually use Sequelize(https://github.com/sequelize/seq...) and its cli(https://github.com/sequelize/cli), so i was looking for a similar cli for mongoose. I did some search on the internet and i found these https://gist.github.com/waptik/c... . Most of them either don't have a configuration file or are not maintained or do just one thing(migration/seed).
I said to myself, why not build something of my own that will solve my problem?!! I head back sequelize-cli github page, cloned the repo, started playing around with things and that's how Mongoosejs-cli was born.
Report
No reviews yetBe the first to leave a review for Mongoosejs CLI