codebuddy-node-api-generator
v1.0.8
Published
Generate API boilerplate for Node.js
Downloads
21
Maintainers
Readme
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-generatorNow, you can use the CLI tool to generate boilerplate code for your NODE API by running...
$ node-api-generateRoadmap
- [x] Mysql + Sequelize ORM + Vanilla JS
- [ ] Postgres SQL + Type ORM + Vanilla JS
- [x] MongoDb + Mongoose + Vanilla JS
- [ ] Postgres SQL + Type ORM + TypeScript
- [ ] MongoDb + Mongoose + TypeScript
- [ ] Docker + Docker Compose
- [ ] Gitlab CI
