Skip to content

Releases: btnguyen2k/go-giter8

v0.6.0

17 Jul 06:39
b250fc4
Compare
Choose a tag to compare

AB#30: Support creating project from templates located at specific git branches or tags.

v0.5.1

09 Sep 09:20
ef52143
Compare
Choose a tag to compare
  • AB#24: scaffold command supports "quiet" mode.

v0.5.0

06 Sep 16:03
3e2cc40
Compare
Choose a tag to compare
  • AB#24: Support "quiet" mode.
  • Other fixes and enhancements.

v0.4.3

06 Sep 11:47
Compare
Choose a tag to compare
  • Fix: incorrect file matching on Windows.

v0.4.2

20 Jan 16:03
Compare
Choose a tag to compare

Bug fixes.

v0.4.1

20 Jan 15:11
Compare
Choose a tag to compare
  • Fix: filename of file in "verbatim" list is kept intact.
  • Fix: text/template's default delims ({{ and }}) may cause issue sometimes.

v0.4.0

02 Jan 08:52
Compare
Choose a tag to compare
  • Support scaffolding & scaffold command.

v0.3.2

02 Jan 08:52
Compare
Choose a tag to compare
  • Enhance "verbatim" list: support files under specific directories.

v0.3.1

02 Jan 08:52
Compare
Choose a tag to compare
  • Fix bug: input with spaces is not treated as a whole string.

v0.3.0

02 Jan 08:51
Compare
Choose a tag to compare
  • Generate template output from any git repository.
  • Remove temp directory after template output is generated successfully.
  • Generate template output from local directory (protocol file://).
  • Other fixes and improvements.