gitrepodownload

1.0.0 • Public • Published

GitRepoDownload

Please install gitbash before using

Usage

const downLoad=require('./download')
downLoad('https://github.com/VICTORYGS/Web-Static-Server.git').then(d=>{
  console.log(d)
}).catch(e=>{
  console.error(e)
})

API

downLoad(repositoryPath,[localPath])

repositoryPath

Type: string

repositoryPath is gitRepository's url.

localPath

Type: string

localPath is a path where you want to store it. if localPath is a relative path, Please prefixed with .

Readme

Keywords

Package Sidebar

Install

npm i gitrepodownload

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

2.76 kB

Total Files

5

Last publish

Collaborators

  • githubandy