1.0.9 • Published 3 years ago

ctrip-upload-gits v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

ctrip-upload-gits

安装教程

npm install ctrip-upload-gits

使用教程

import argvResult from 'ctrip-upload-gits'
const autoUpload = new AutoUpload({
  baseDir: '../xxx',
  gitRemote: 'https://gitee.com/xx/xxx.git',
  defaultProps: {
    task: '0', //任务号
    commit: '[feat] Automatic submission of upload-gits', //commit描述
    branch: 'master', //分支
    remote: 'origin', //远程仓库
  },
})

autoUpload.gitPull() //拉取代码

autoUpload.gitPush() //推送代码
参数是否必传描述默认值
baseDir项目地址当前项目
gitRemote项目远程仓库地址当前项目远程仓库地址
defaultProps项目远程仓库地址{ commit: 'feat Automatic submission of upload-gits', branch: 'master', remote: 'origin' }
1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago