This release is brought to you eed3si9n.
- giter8-plugin for sbt 0.11 with
g8-test
task, which runssrc/test/g8/test
using scripted framework. - a directory named
$package$
expands out to package dir structure (for example,net.databinder
becomesnet/databinder
). #19 - files matching the patterns listed in
verbatim
are copied without processing (for example,verbatim: *.js
leaves js files alone). #21
- builds with sbt 0.11.
- support for copying permission bits. #24
- fixes charset issue. #26
- changes github credential storage to
git config --global
or env vars. see local github config. #10
Giter8 is managed by Conscript.
cs n8han/giter8
This updates your g8
script to use the latest release
version. Template authors should see the readme for
information on the new giter8-plugin for sbt 0.11.