Package Exports
- git-clone
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (git-clone) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
git-clone
Clone a git repository.
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
:
shallow
: whentrue
, clone with depth 1
Copyright & License
© 2014 Jason Frame [ @jaz303 / jason@onehackoranother.com ]
Released under the ISC license.