UNPKG

bitx-cli

Version:

Call the BitX API from the command line.

7 lines (4 loc) 120 B
#!/usr/bin/env node var path = require('path'), cli = require(path.join(__dirname, '..', 'lib', 'index')); cli();