giga-cli
v2.4.9
Published
A simple cli for download git repo of giga
Downloads
26
Readme
A simple CLI for clone repo
Installation
$ npm install -g giga-cli
Usage
# 查看所有命令
$ giga
# init project
$ giga init
# clone pages in your project
# 可以进到子目录去clone当下目录下的仓库,在项目根目录默认clone全部仓库
$ giga clone
# pull repo
$ giga pull
# push repo
$ giga push
# status repo
$ giga status
# reset pages in your project
$ giga reset