1.0.0 • Published 11 years ago

mcaprc v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
11 years ago

mCAP Serverconfig

NPM version Build Status Dependency Status

Interface to configure multiple mCAP server.

Install

npm install mcaprc

Usage

var mcaprc = require('mcaprc');
// list all server
mcaprc.list();
// add a server
mcaprc.add(['name', 'baseurl', 'username', 'password']);
// set the default server
mcaprc.setDefault('name');
// remove a server
mcaprc.remove('name');

Test

npm test
1.0.0

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.0

11 years ago