git-clone-promise

1.0.0 • Public • Published

git-clone-promise

clone a git repository via shell command , promise

Installation

$ npm install git-clone-promise

or:

$ yarn add git-clone-promise

Usage

const clone = require('git-clone-promise')
// const repo = 'https://github.com/huoqishi/x-html.git'
// or:
const repo = 'git@github.com:huoqishi/x-html.git'
gitClone(repo, './test').then(() => {
   console.log('ok')
})

API

clone

clone(repo, savePath, [options])

clone repo to savePath, return promise on completion.

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

© huoqishi & 火骑士空空

Released under the MIT.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2

Package Sidebar

Install

npm i git-clone-promise

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

2.85 kB

Total Files

3

Last publish

Collaborators

  • huoqishi