NOVIAS / easy-clone

一个简单的 git clone 命令行工具

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

一个简单的 clone 命令行工具

原理: 通过使用国内 github 镜像地址, 替换 https://github.com 实现加速 clone


安装方式

    npm install -g easy-clone

使用

    easy-clone clone <targetGit>

需要 clone 到指定 dir

    easy-clone clone <targetGit> -d <targetDir>

About

一个简单的 git clone 命令行工具


Languages

Language:JavaScript 100.0%