Crates.io | ungit |
lib.rs | ungit |
version | 0.1.4 |
source | src |
created_at | 2020-08-27 18:36:59.321743 |
updated_at | 2020-08-31 11:52:19.427444 |
description | 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. |
homepage | |
repository | https://github.com/drivasperez/ungit |
max_upload_size | |
id | 281575 |
size | 66,934 |
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
-h
, --help
Prints help information-V
, --version
Prints version informationrepo
: The repository to load. Format: {USER}/{REPOSITORY}target
: The location the repository should be unpacked to