- Fix broken build caused by changes in optparse-applicative-0.13 (#60)
- Remove restriction to temporary-1.2.0.3
- Add option to specify directory name of the files to be generated (#56)
- Files in root directory of template repository isn't cloned anymore #52
- Missing option will be remained as-is (related to #54)
- Fix a bug that stops dropping all regular files #50
--module-name
, the option which is mistakenly removed, is back #48
- Fix version of process in executable(the change in 1.1.0.0 is only in library)
- Added
--after-command
option to run arbitrary command after generation - Fix version of process
- Files will be generated in
package-name
directory- If specified template has
package-name
directory in its root, it will be ignored. - Fixes #26
- If specified template has
- Non-template file will be ignored if template file with same name exists
- Fixes #34 along with fix above
package-name
is a must,module-name
is optionalpackage-name
can be specified as argument
- Only convert template files to text to allow non-textual files to be included in a template repo #38 (Thanks @timmytofu)
- Fix dependencies
- File in the template which doesn't end with
.template
will be copied without argument substution (Thanks @Zane-XY-W)
--no-configuration-file
option was removed.- More verbose program usage (Thanks @cdepillabout)
--help
option (Thanks @cdepillabout)--initialize-git-repository
option to initialize generated files as git repository- Add shorthand to specify repository in GitHub(
gh:foo/bar
) - If package name was not given, use hyphenized module name
- Fix "Hidden file in template is ignored" (#10)
- Output logs to stdout
- Stop generating
src
andtest
directory if it doesn't exist in template
- Fix "Hi crashes when $HOME/.hirc doesn't exist" (#8)
- Add configuration file
- Initial version