thekeeper-client
v0.1.2
Published
Terminal client for TheKeeper encrypted chat
Maintainers
Readme
thekeeper-client
Terminal client for TheKeeper encrypted chat.
Install
npm install --global thekeeper-clientRun
thekeeperAlias:
keeperThe client connects to ws://127.0.0.1:8787/ws by default.
Configuration
On first run, the client creates its data under ~/.thekeeper/.
- Config file:
~/.thekeeper/config.toml - Keys:
~/.thekeeper/keys/ - Conversations:
~/.thekeeper/conversations/
You can override the configured server URL with THEKEEPER_SERVER_URL.
Example config:
[server]
url = "wss://chat.example.com/ws"Development
npm install
npm test
npm run build
npm run pack:dry-run