Skip to content

huangxinxia/hxx-easy-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

hxx-easy-git

一个简单的git工具

克隆功能

从github上下载项目到指定文件夹

const easyGit = require('hxx-easy-git')
easyGit({'repo':url, 'tar':name, 'clone':true}, function (err) {
   if(err){
     console.log(err)
   }else{
     //....
   }
})

参数说明:

About

一个简单的git工具

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published