1.1.1 ā€¢ Published 6 months ago

@esmyy/wogit v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

wogit

A command line tool to speed up cloning from GitHub.

install

npm i wogit -g

usage

# from
git clone https://github.com/chalk/chalk.git

# to
wogit clone https://github.com/chalk/chalk.git

# keep other args, same as git
wogit clone https://github.com/chalk/chalk.git --depth=1

switch mirror

use wogit -h to list available mirrors

āžœ wogit -h
Usage: wogit [options]

Options:
  -V, --version   output the version number
  -ge --gitee     gitee mirror
  -gc --gitclone  gitclone mirror
  -h, --help      display help for command

for example

wogit clone https://github.com/chalk/chalk.git -ge
wogit clone https://github.com/chalk/chalk.git --gitee