ungit

Crates.ioungit
lib.rsungit
version0.1.4
sourcesrc
created_at2020-08-27 18:36:59.321743
updated_at2020-08-31 11:52:19.427444
descriptionA 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.
homepage
repositoryhttps://github.com/drivasperez/ungit
max_upload_size
id281575
size66,934
Daniel Rivas (drivasperez)

documentation

README

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
Commit count: 29

cargo fmt