1.0.12 • Published 9 years ago

build-client v1.0.12

Weekly downloads
29
License
BSD
Repository
github
Last release
9 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

9 years ago

1.0.11

10 years ago

1.0.10

10 years ago

1.0.9

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

1.0.8

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

1.0.7

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

1.0.6

10 years ago

1.0.5

11 years ago

1.0.4

11 years ago

1.0.3

11 years ago

1.0.2

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago