1.0.8 • Published 4 years ago

svn-committer v1.0.8

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

配置方式

.svncommit.config.js

注意:目前钩子函数不支持异步函数

module.exports = {
  from: 'E:/jsproject/chinadci/tanxin-test1',
  to: 'E:/jsproject/chinadci/tanxin-test',
  ignore:[
    /111/
  ],
  beforeDelete: (config) => {
    
  },
  afterDelete: () => {

  },
  beforeCopy: (config) => {
    
  },
  afterCopy: () => {

  },
  beforeCommit: () => {

  },
  afterCommit: () => {
    
  }
}
1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago