0.0.1 • Published 11 years ago

hachi v0.0.1

Weekly downloads
4
License
-
Repository
github
Last release
11 years ago

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