- AB#30: Support creating project from templates located at specific git branches or tags.
- AB#24:
scaffold
command supports "quiet" mode.
- AB#24: Support "quiet" mode.
- Other fixes and enhancements.
- Fix: incorrect file matching on Windows.
- Fix: filename of file in "verbatim" list is kept intact.
- Fix:
text/template
's default delims ({{
and}}
) may cause issue sometimes. - Other bug fixes.
- Support scaffolding &
scaffold
command.
- Enhance "verbatim" list: support files under specific directories.
- Fix bug: input with spaces is not treated as a whole string.
- 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.
- Migrate to use package
github.com/urfave/cli
.
- Forked from savaki/go-giter8.
- Fixed bug:
unrecognized import path "code.google.com/p/go-uuid/uuid"
. - Clearly document that currently
go-giter8
supports only templates from GitHub. - Removed non-identifier transform functions to be compatible with package
text/template
.