1.0.8 • Published 3 years ago
codebuddy-node-api-generator v1.0.8
A CLI tool to generate boilerplate code for NODE API development.
Instructions
Install the CLI tool globally by running...
$ npm install -g codebuddy-node-api-generator
Now, you can use the CLI tool to generate boilerplate code for your NODE API by running...
$ node-api-generate
Roadmap
- Mysql + Sequelize ORM + Vanilla JS
- Postgres SQL + Type ORM + Vanilla JS
- MongoDb + Mongoose + Vanilla JS
- Postgres SQL + Type ORM + TypeScript
- MongoDb + Mongoose + TypeScript
- Docker + Docker Compose
- Gitlab CI