0.4.1 • Published 8 years ago

irccloud-cli v0.4.1

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

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

  • Add test cases
  • Support reconnecting when client is terminated by server.
  • Support user to assign the host.

Version 0.3.0

13 Feb 2016

  • Rewrite with ES2015, implement the minimal necessary function.
  • Remove log feature.

License

MIT

0.4.1

8 years ago

0.4.0

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.1.11

10 years ago

0.1.10

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago