Skip to content

mway-io/mcaprc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Switch between different .mcaprc files with ease and grace

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors