4 releases
0.1.4 | Aug 31, 2020 |
---|---|
0.1.3 | Aug 27, 2020 |
0.1.2 | Aug 27, 2020 |
0.1.1 | Aug 27, 2020 |
#512 in Template engine
19KB
234 lines
ungit
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!
Usage
ungit [target]
Flags
-h
,--help
Prints help information-V
,--version
Prints version information
Args
repo
: The repository to load. Format: {USER}/{REPOSITORY}target
: The location the repository should be unpacked to
Dependencies
~15–29MB
~431K SLoC