不知大家是否和我一样,如果要 clone 一个库下来看看代码,先在 google 里搜下 "keyword:site:github.com",然后进入到 github 主页,在右侧找到 .git 的链接,再复制到命令行里 git clone。
为了简化这个流程,我写了 magicclone 工具。上面的步骤,只需要:
$ mc clone 库名
简单介绍下安装和使用,更多参见:
https://github.com/sorrycc/magicclone安装:
$ npm install mc -g
使用:
1. 精确 clone
$ mc clone sorrycc/magicclone
$ mc clone
https://github.com/sorrycc/magicclone$ mc clone
[email protected]:sorrycc/magicclone.git
2. 搜索 clone
$ mc clone magicclone
此外,还可以根据 orgination, username 进行 clone