degit 0.1.0

Rust rewrite of degit
degit-0.1.0 is not a library.
Visit the last successful build: degit-0.1.3

degit-rs

degit-rs is a rust rewrite of degit. It downloads copies of git repositories from the internet, without the need of 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.

Advantages over degit

  • does not require nodejs
  • does not create files in your home directory
  • supports hosted gitlab instances