1.0.1 • Published 5 years ago

yt-auto-git v1.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

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 = "git@gitee.com:ycczlyy/nana.git",  // gitpath
)