lex-chat
v0.1.4
Published
A CLI for interacting with AWS Lex Bots - great for development!
Downloads
11
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-chat
Run it up:
lex-chat
All available bots will be listed, choose the one you want to chat to then chat away.
Developer Guide
Run it:
npm start
Debug it:
npm run debug
Publish it:
npm version patch # or minor/major
git push --follow-tags
npm publish