Skip to content

1.0.0

Compare
Choose a tag to compare
@olivierobert olivierobert released this 11 Mar 09:27
· 135 commits to develop since this release
7ce959b

Features

  • As a developer, I can create Gin project from command (#12)
  • Setup Gin dependencies and packages (#15)
  • Add live reload (#17)
  • Setup unit test for the application (#18)
  • Setup database (#20)
  • Create unit test for template (#24)
  • Setup CI for template (#25)
  • Setup CI for application (#27)
  • Setup migration (#28)
  • Setup CD for application (#33)

Chores

  • Add base directories (#13)
  • Add command optional flags explanation on Wiki (#31)
  • Add directory explanation to Wiki (#32)
  • Update assertion to use ContainSubstring matcher (#36)