manta-client

1.0.5 • Public • Published

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);

Readme

Keywords

none

Package Sidebar

Install

npm i manta-client

Weekly Downloads

11

Version

1.0.5

License

ISC

Last publish

Collaborators

  • isaacs