yhsiang / irccloud-cli

IRCCloud Commandline Interface
MIT License
24 stars 5 forks source link

IRCCloud CLI Build Status Coverage Status Build status

irccloud commandline interface inspire baseBot and IRCCloud API screenshot

Development

  1. npm install

Install

  1. $ npm install -g irccloud-cli

Usage

Usage: ic -P <config file path>

Options:

    -h, --help                     output usage information
    -V, --version                  output the version number
    -P, --path <config file path>  config.json file path

Config file example:

  {
    "host": "https://www.irccloud.com",
    "email": "IRCCloud ACCOUNT - EMAIL",
    "password": "PASSWORD"
  }

Note: there is no '/' at the end of host url.

Changelog

Version 0.4.1

14 Feb 2016

Version 0.3.0

13 Feb 2016

License

MIT