Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 696 Bytes

RELEASE_NOTES.md

File metadata and controls

13 lines (10 loc) · 696 Bytes

Release notes

Yeoman generator to create a simple base structure for api rest based in koa2 framework.

Features added in version 1.0.0:

  • generator-koa2-simple-api-generator only include the minimum configurations for development environment.
  • Adds configurations for commitlint, prettier, husky, jsonwebtoken and other tools.
  • Creates Docker Compose configuration for postgresql, mysql, mariadb and mongodb.
  • Does not include tools such as: ORMs (sequelize and others), openapi or swagger, etc. See generator-koa2-api-generator
  • Adds docker support.
  • Adds docker compose support.
  • Include dotenv in dev dependencies.