0.1.4 • Published 8 years ago
lex-chat v0.1.4
lex-chat
A simple CLI to chat with a Lex bot - great for developing and debugging!

Usage
Install with npm:
npm install -g lex-chatRun it up:
lex-chatAll available bots will be listed, choose the one you want to chat to then chat away.
Developer Guide
Run it:
npm startDebug it:
npm run debugPublish it:
npm version patch # or minor/major
git push --follow-tags
npm publish