0.1.1 • Published 10 years ago

gclone v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

gclone

Better git clone. Type less, clone more.

Quick Start

$ npm install -g gclone
$ gclone creaturephil/markus

Documentaion

gclone (repo or variable) optional - name

Clones the repo as the repo name or to a given name.

Example
$ gclone npm/npm
$ gclone variable

gclone set

Saves a variable to a repo for later use.

Example
$ gclone set variable variable/repo
$ gclone set express strongloop/express

gclone list

List all variables set.

Example
$ gclone list

gclone remove

Remove a variable.

Example
$ gclone remove variable

License (MIT)