Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 610 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 610 Bytes

Express-O-Matic

A tool for quickly generating express applications

No more...

  • writing boilerplate code to start your express application!
  • writing boilerplate code to create your CRUD routes!
  • writing boilerplate code to create your middlewares!

Inspired by CRUD generators of NestJS.

TypeScript Support!

Usage

Install globally

npm install -g express-o-matic

Launch with npx

npx express-o-matic

Currently supported middlewares

  • cors
  • morgan
  • helmet

Currently supported testing tools

  • jest
  • supertest

Road-map

Currently empty!

PR Welcome!