git pull or clone:确保磁盘上存在一个git repo并且它是最新的 源码
git-pull-or-clone 确保磁盘上存在一个git repo,并且它是最新的 安装 npm install git-pull-or-clone 用法 const gitPullOrClone = require ( 'git-pull-or-clone' ) gitPullOrClone ( 'git@github.com:feross/standard.git' , '/path/to/destination' , ( err ) => { if ( err ) throw err console . log ( 'SUCCESS!' ) } ) API gitPullOr
文件列表
git-pull-or-clone-master.zip
(预估有个7文件)
git-pull-or-clone-master
.gitignore
5B
package.json
1KB
.travis.yml
37B
LICENSE
1KB
index.js
2KB
README.md
1KB
test
basic.js
970B
暂无评论