Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages