Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hellojukay/clone
- Owner: hellojukay
- License: bsd-3-clause
- Created: 2020-09-10T01:58:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-10T10:37:34.000Z (over 3 years ago)
- Last Synced: 2024-06-20T09:22:00.859Z (5 months ago)
- Topics: github
- Language: Perl
- Homepage:
- Size: 2.19 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```