Please help test the next giter8 version. It's really easy if you
use conscript:
cs n8han/giter8/0.5.0-RC1
This release includes a rewrite of the core done by jto:
https://github.com/n8han/giter8/pull/64
In short, giter8 now uses the git protocol instead of the github
api, which makes a thousand times more sense in hindsight. It will
work with any git repository, and still defaults to github for short
names (unfiltered/unfiltered) like before. It's way faster.
You can also use the file protocol to test template locally, so
there's no more need for the sbt plugin.
g8
file:///home/nathan/Programming/unfiltered.g8/
For private repos, it (jgit) will use ssh keys already registered,
so there is nothing to configure.
jto did 99% of the work for this, I just added some fallback
behavior so that it works for people who don't have ssh keys
registered for github.
It would be really great if people could test this on all their
weird configurations, and using all their favorite features. Usually
we have a few bugs discovered after the release, which is not great.
cs n8han/giter8/0.5.0-RC1
Nathan