Crates.io | degit |
lib.rs | degit |
version | 0.1.3 |
source | src |
created_at | 2019-07-17 11:49:08.823511 |
updated_at | 2021-09-24 20:41:07.94069 |
description | Rust rewrite of degit |
homepage | |
repository | https://github.com/psnszsn/degit-rs |
max_upload_size | |
id | 149640 |
size | 57,794 |
degit-rs is a rust rewrite of degit. It downloads copies of git repositories from the internet, without the need for git clone
. This is faster, since it does not download the .git
folder (which contains all the git history) and allows you to initialize a new repository afterwards. It is useful for downloading project boilerplate templates.
cargo install degit
degit https://gitlab.gnome.org/bilelmoussaoui/gtk-rust-template my_new_project
degit sveltejs/template my-svelte-project