devtalk-cli
v1.1.5
Published
Cross platform realtime terminal chat application
Downloads
2,000
Maintainers
Readme
devtalk-cli
Cross-platform realtime terminal chat CLI.
Install
Install globally to use the devtalk-cli command:
npm install -g devtalk-cliOr run it instantly with npx:
npx devtalk-cli registerRequirements
- Node.js 16+
- npm
Usage
| Command | Description |
| --- | --- |
| devtalk-cli register | Register a new user |
| devtalk-cli login | Log in with an existing account |
| devtalk-cli chat | Start the chat client |
Examples
# Register a new user
devtalk-cli register
# Log in
devtalk-cli login
# Start chat
devtalk-cli chatUpdates
On start, the CLI checks the npm registry for newer versions. To upgrade:
npm install -g devtalk-cliRepository
This package is part of the DevTalk CLI monorepo. See the repository root for the server and contributing guidelines.
- CLI entry: src/server.js
License
MIT — see the parent repository LICENSE file.
Author
Akash Lakade
