You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer, I use my command line a lot so why not integrate chat directly into it?<br />
16
+
**whir** aims to close this gap by providing a simple, flexible, extend-able and blazing fast chat environment, without having to install additional applications.
8
17
9
18
### Installation
19
+
**whir** is written in JavaScript and you should have installed the latest version of Nodejs.
10
20
```
11
21
$> npm i -g whir.io
12
22
```
13
23
14
24
15
25
### Options:
16
-
-`--user || -u`: Your username (per channel) `Required`
17
-
-`--pass || -p`: Password, for private channels.
18
-
-`--channel || -c`: Channel you are joining (or creating) `Default: random name`
0 commit comments