Skip to content

VICTORYGS/GitRepoDownload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitRepoDownload

Please install gitbash before using

Usage

npm i gitrepodownload

const downLoad=require('gitrepodownload')
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 .

About

Git repository Download

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published