0.2.1 • Published 4 years ago

tt-chat v0.2.1

Weekly downloads
30
License
-
Repository
github
Last release
4 years ago

terminal-chat

A CLI Chat for developers and linux lovers

Terminal Chat

Usage

Just install our npm package and run:

# install chat
npm i -u tt-chat
# run
tchat

We still developing this app, so if you wanna run in developer mode:

  1. Clone this repository: git clone git@github.com:marco-souza/terminal-chat.git && cd terminal-chat
  2. Install dependencies: pnpm install
  3. Run the chat: pnpm start