hachi

0.0.1 • Public • Published

hachi

API client and command line tool for Ishiki

Install

npm install hachi

Usage:

var Hachi = require('hachi'),
  hachi = new Hachi({target: '127.0.0.1', port: '8080'});
 
hachi.api.login({username: 'user', password: 'password'});
 
//...

Or to install globally (preferred):

npm install -g hachi

Usage:

hachi

Help

Run hachi (or hachi --help) for all commands and options.

License

MIT License

/hachi/

    Package Sidebar

    Install

    npm i hachi

    Weekly Downloads

    2

    Version

    0.0.1

    License

    none

    Last publish

    Collaborators

    • grownseed