Back to directory
foundweekends avatar

giter8

a command line tool to apply templates defined on GitHub . Read more below about its uses, features, and usage.

Clone repository

git clone https://github.com/foundweekends/giter8.git

1,752

Stars

225

Forks

65

Watchers

Apache-2.0

License

Giter8

Giter8 is a command line tool to generate files and directories from templates published on GitHub or any other Git repository.

See Giter8 documentation for the full story.

Credits

  • Original implementation (C) 2010-2015 Nathan Hamblen and contributors
  • Adapted and extended in 2016 by foundweekends project

Giter8 is licensed under Apache 2.0 license

Releases

Sep 25, 2025

0.18.0

Download .zip

sbt 2 migration

Cross build to 2.0.0-RC3 by @xuwei-k in #975 Cross build to sbt 2.0.0-RC4 by @xuwei-k in #983 Cross build to sbt 2.0.0-RC5 by @xuwei-k in #999 Fixes Scala 3 warnings by @xuwei-k in #9...

Dec 14, 2024

0.17.0

Download .zip

fix: Fix typo by @valery1707 in #840 fix: Fix "SLF4J: Failed to load ..." issue by adding slf4j-simple by @eed3si9n in #935 deps: Update commons-io to 2.18.0 by @foundweekends-bot in #928 deps: Update...

v0.17.0-RC1

Pre-release

Dec 13, 2024

0.17.0-RC1

Download .zip

fix: Fix typo by @valery1707 in #840 fix: Fix "SLF4J: Failed to load ..." issue by adding slf4j-simple by @eed3si9n in #935 deps: Update commons-io to 2.18.0 by @foundweekends-bot in #928 deps: Update...

May 2, 2023

0.16.2

Download .zip

What's Changed

Adds --force flag to g8Scaffold command by @mkurz in #771 Avoids deprecated java.net.URL constructor by @xuwei-k in #779 Bumps webfactory/ssh-agent from 0.7.0 to 0.8.0 by @dependabot i...

Dec 9, 2022

0.16.1

Download .zip

security fix

deps: exclude sshd-sftp to fix GHSA-fhw8-8j55-vwgq by @ckipp01 in #745

See https://www.foundweekends.org/giter8/setup.html on how to install g8. behind the scene

Update scala-steward-o...