This repository was archived by the owner on Aug 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,9 +13,8 @@ _Recording looks ugly, but in terminal it seems to be fine_
1313[ ![ License] ( https://img.shields.io/npm/l/peerchat.svg )] ( https://github.com/dstack-js/chat/blob/master/package.json )
1414
1515<!-- toc -->
16- - [ peerchat] ( #peerchat )
17- - [ Usage] ( #usage )
18- - [ Commands] ( #commands )
16+ * [ Usage] ( #usage )
17+ * [ Commands] ( #commands )
1918<!-- tocstop -->
2019# Usage
2120<!-- usage -->
@@ -24,22 +23,10 @@ $ npm install -g peerchat
2423$ peerchat COMMAND
2524running command...
2625$ peerchat (-v| --version| version)
27- peerchat/0.0.1 darwin-x64 node-v16.13.1
26+ peerchat/0.0.2 darwin-x64 node-v16.13.1
2827$ peerchat --help [COMMAND]
2928USAGE
30- $ peerchat [ROOM] [NICKNAME]
31-
32- ARGUMENTS
33- ROOM [default: dstack] chat room
34- NICKNAME your nickname
35-
36- OPTIONS
37- -v, --version show CLI version
38-
39- EXAMPLES
40- $ peerchat
41- $ peerchat ROOM NICKNAME
42- $ peerchat dstack myCoolNickname
29+ $ peerchat COMMAND
4330...
4431```
4532<!-- usagestop -->
Original file line number Diff line number Diff line change 11{
22 "name" : " peerchat" ,
33 "description" : " Peer-to-peer terminal chat" ,
4- "version" : " 0.0.1 " ,
4+ "version" : " 0.0.2 " ,
55 "author" : " Mykhailo Marynenko @0x77dev" ,
66 "bin" : {
77 "peerchat" : " ./bin/run" ,
You can’t perform that action at this time.
0 commit comments