Skip to content

Releases: henrikac/goinit

v0.4.0

07 Aug 14:31
Compare
Choose a tag to compare

This release

  • adds path flag that allows the user to specify where they want their new project created
  • allows the user to specify a module path when they create a new project

v0.3.0

31 Oct 15:57
Compare
Choose a tag to compare

This release should make goinit available to Windows users.

Initial release

16 Jul 22:58
Compare
Choose a tag to compare

This is the initial release.

Users can easily generate new Go projects with all the basic boilerplate files, e.g. README and LICENSE by running goinit new <project name>.
The default license is the MIT license, however the user can easily choose a different license by adding the -l <license name> flag.