degit 0.1.0

Rust rewrite of degit
1
2
3
4
5
6
7
8
# degit-rs

degit-rs is a rust rewrite of [degit](https://github.com/Rich-Harris/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