git-clone-specific-branch

0.1.5 • Public • Published

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 / jason@onehackoranother.com ]

Released under the ISC license.

/git-clone-specific-branch/

    Package Sidebar

    Install

    npm i git-clone-specific-branch

    Weekly Downloads

    11

    Version

    0.1.5

    License

    ISC

    Unpacked Size

    2.75 kB

    Total Files

    4

    Last publish

    Collaborators

    • dikyarga