1.0.0 • Published 2 years ago

getgitlabcfg v1.0.0

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

getGitlabCfg

download gitlab repo given file for some use, for example configure

Usage

const getCfg = require('getgitlabcfg');
getCfg({
  token: 'xxx', //gitlab token
  host: 'http://git.xxx.com', //gitlab host
  projectId: 'xxxx',
  src: 'xxx/xxx/xxx.js', //repo file path
  branch: 'master',
  dist: './config.js'
});