Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0x77dev committed Jan 29, 2022
1 parent 6da4daa commit 494e28f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ npm install -g peerchat
$ peerchat COMMAND
running command...
$ peerchat (-v|--version|version)
peerchat/0.0.3 darwin-x64 node-v16.13.1
peerchat/0.1.0 darwin-x64 node-v16.13.1
$ peerchat --help [COMMAND]
USAGE
$ peerchat COMMAND
Expand Down Expand Up @@ -56,11 +56,11 @@ EXAMPLES
$ peerchat dstack myCoolNickname
```

_See code: [src/commands/index.ts](https://github.com/dstack-js/chat/blob/v0.0.3/src/commands/index.ts)_
_See code: [src/commands/index.ts](https://github.com/dstack-js/chat/blob/v0.1.0/src/commands/index.ts)_

## `peerchat discord [ROOM]`

Peerchat <-> Discord
Peerchat/Discord relay

```
USAGE
Expand All @@ -73,12 +73,12 @@ OPTIONS
-v, --version show CLI version
EXAMPLES
$ peerchat discord
$ peerchat discord [ROOM]
$ peerchat discord dstack
$ CHANNEL_ID="<discord channel id>" DISCORD_KEY="<discord bot token>" peerchat discord
$ CHANNEL_ID="<discord channel id>" DISCORD_KEY="<discord bot token>" peerchat discord [ROOM]
$ CHANNEL_ID="<discord channel id>" DISCORD_KEY="<discord bot token>" peerchat discord dstack
```

_See code: [src/commands/discord/index.ts](https://github.com/dstack-js/chat/blob/v0.0.3/src/commands/discord/index.ts)_
_See code: [src/commands/discord/index.ts](https://github.com/dstack-js/chat/blob/v0.1.0/src/commands/discord/index.ts)_

## `peerchat help [COMMAND]`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "peerchat",
"description": "Peer-to-peer terminal chat",
"version": "0.0.3",
"version": "0.1.0",
"author": "Mykhailo Marynenko @0x77dev",
"bin": {
"peerchat": "./bin/run",
Expand Down

0 comments on commit 494e28f

Please sign in to comment.