A small command-line utility for downloading the latest version of a repository from Github. Useful for scaffolding new projects from a template. Based on degit - if you want to use a real program use that, but this one does work!
ungit [target]
-h
,--help
Prints help information-V
,--version
Prints version information
repo
: The repository to load. Format: {USER}/{REPOSITORY}target
: The location the repository should be unpacked to