CLI tool for scaffolding node.js APIs that I’ve been working on. The tode CLI aims to enforce strong typing with typescript, consistent project architecture, and common node.js principles.
Features include:
- Scaffolding Models
- Scaffolding Controllers(routes)
- Scaffolding Services
- Scaffold JWT base authentication
- Knex.js – Query Builder
- Objection.js – ORM built ontop of knex.js
You can learn more about the project here.