@alb-xh/roomie
v1.0.5
Published
CLI to connect to different rooms
Readme
Roomie CLI
Chat creator
- Check node version:
node -v(node >= 20.18.0) - Install globally:
npm i -g @alb-xh/roomie - Set account name:
roomie account set <name> - Create new chat and share chatId with participant:
roomie chat new <chatName> - Connect to chat:
roomie chat connect <chatName>
Chat participants
- Check node version:
node -v(>= 20.18.0) - Install globally:
npm i -g @alb-xh/roomie - Set account name:
roomie account set <name> - Set chat:
roomie chat set <chatName> <chatId> - Connect to chat:
roomie chat connect <chatName>
