HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/git-clone/README.md
# 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 to `git` binary; default: `git` (optional).
  * `shallow`: when `true`, clone with depth 1 (optional).
  * `checkout`: revision/branch/tag to check out (optional).

## Copyright & License

© 2014 Jason Frame [ [@jaz303](http://twitter.com/jaz303) / [jason@onehackoranother.com](mailto:jason@onehackoranother.com) ]

Released under the ISC license.