Please install gitbash before using
const downLoad=require('gitrepodownload')
downLoad('https://github.com/VICTORYGS/Web-Static-Server.git').then(d=>{
console.log(d)
}).catch(e=>{
console.error(e)
})
Type: string
repositoryPath is gitRepository's url.
Type: string
localPath is a path where you want to store it. if localPath is a relative path, Please prefixed with .