Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

irccloud-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

irccloud-cli

irccloud commandline interface

latest
Source
npmnpm
Version
0.4.1
Version published
Maintainers
1
Created
Source

IRCCloud CLI Build Status Coverage Status Build status

irccloud commandline interface inspire baseBot and IRCCloud API screenshot

Development

  • npm install

Install

  • $ 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

Keywords

command

FAQs

Package last updated on 14 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts