manta-client
v1.0.5
Published
Easy way to create a client for Manta Node programs
Readme
manta-client
Easy way to create a Manta client like the Manta CLI tools do.
USAGE
var createClient = require('manta-client');
var client = createClient();
// fancier usage
var client = createClient(process.argv, process.env);
client.doMantaStuff(args, opts, cb);