0.0.1 • Published 12 years ago
hachi v0.0.1
hachi
API client and command line tool for Ishiki
Install
npm install hachiUsage:
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 hachiUsage:
hachiHelp
Run hachi (or hachi --help) for all commands and options.
License
0.0.1
12 years ago