yt-auto-git
v1.0.1
Published
dawenxilang
Downloads
3
Readme
autoGit
A tool for front-end automatic deployment of code to git's repository
api
autoGit(
branch = 'dev', // branch
dirPath = require('path').resolve(__dirname, '.gitFront'), // copyPath
distPath = require('path').resolve(__dirname, 'test'), // sourcePath
gitPath = "[email protected]:ycczlyy/nana.git", // gitpath
)