git-clone-specific-branch
v0.1.5
Published
Clone a git repository
Downloads
139
Readme
git-clone
Clone a git repository via shell command.
Installation
Install:
$ npm install git-clone
Require:
var clone = require('git-clone');
API
clone(repo, targetPath, [options], cb)
Clone repo
to targetPath
, calling cb
on completion.
Supported options
:
git
: path togit
binary; default:git
(optional).shallow
: whentrue
, clone with depth 1 (optional).checkout
: revision/branch/tag to check out (optional).
Copyright & License
© 2014 Jason Frame [ @jaz303 / [email protected] ]
Released under the ISC license.