Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Apr 20:52
444233c

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.