1.0.12 • Published 8 years ago

build-client v1.0.12

Weekly downloads
29
License
BSD
Repository
github
Last release
8 years ago

BuildClient

Client for revinfo-deploy registry

Author: Allex Wang (allex.wxn@gmail.com)

Installation

npm install build-client

Usage:

var BuildClient = require('build-client');

var client = new BuildClient({
  'endpoint': 'http://fe.bubugao-inc.com/deploy/'
});
var releaseCfg = {
  name: 'test',
  version: '0.0.1',
  prefix: '//s1.bbgstatic.com/test'
};
client.release('/var/build/foo/project_path', releaseCfg, function(err, res) {
  if (err) {
    console.error(err.message);
  } else {
    console.log(res.message);
  }
});
1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

9 years ago

1.0.9

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

1.0.8

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

1.0.7

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago