npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

manta-client

1.0.5

@isaacs

npmHomeRepoSnykSocket
Downloads:23
$ npm install manta-client
DailyWeeklyMonthlyYearly

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