#repository #latest-version #download #utility #projects #scaffolding #github

app 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 the JavaScript utility degit.

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

#551 in Template engine

MIT license

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–30MB
~455K SLoC