393197906 / autoGit

A tool for front-end automatic deployment of code to git's repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
)
    

About

A tool for front-end automatic deployment of code to git's repository


Languages

Language:JavaScript 100.0%