lex-chat
v0.1.4
Published
A CLI for interacting with AWS Lex Bots - great for development!
Readme
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