Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hellojukay/clone

A fast github clone tool
https://github.com/hellojukay/clone

github

Last synced: 29 days ago
JSON representation

A fast github clone tool

Awesome Lists containing this project

README

        

# clone
`clone` is a command line tool write by perl. It use `https://gh.api.99988866.xyz/` to speed up git clone for chinese developer.

![demo](demo.gif)

# Usage
```shell
hellojukay@local clone (master) $ clone -h
two mthods to clone github repo
1. perl clone
2. ./clone
```
# Install
## Linux and Mac OSX
```shell
curl https://raw.githubusercontent.com/hellojukay/clone/master/clone | sudo tee /bin/clone && sudo chmod +x /bin/clone
```

## For Windows
```bat
download clone.exe to path
```
## For Gopher
```
go get -u github.com/hellojukay/clone
```