Releases: btnguyen2k/go-giter8
Releases · btnguyen2k/go-giter8
v0.6.0
v0.5.1
- AB#24:
scaffold
command supports "quiet" mode.
v0.5.0
- AB#24: Support "quiet" mode.
- Other fixes and enhancements.
v0.4.3
- Fix: incorrect file matching on Windows.
v0.4.2
Bug fixes.
v0.4.1
- Fix: filename of file in "verbatim" list is kept intact.
- Fix:
text/template
's default delims ({{
and}}
) may cause issue sometimes.
v0.4.0
- Support scaffolding &
scaffold
command.
v0.3.2
- Enhance "verbatim" list: support files under specific directories.
v0.3.1
- Fix bug: input with spaces is not treated as a whole string.
v0.3.0
- 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.