botkitify
v0.0.4
Published
Easily translate AIML, RiveScript, and more into botkit JS code.
Downloads
17
Readme
WARNING: botkitify is under active development, and should be considered non-functional for now.
botkitify

Easily translate AIML, RiveScript, and more into botkit JS code.
Installation
Via NPM:
npm install -g botkitifyYou can also check out botkitify directly from Git:
git clone https://github.com/shanepelletier/botkitify.gitAfter cloning the Git repository, you have to install the node dependencies. Navigate to the root of your cloned repository and use npm to install all necessary dependencies.
npm installUsage
botkitify <filename>botkitify is smart enough to figure out the type of file that is passed to it, but you can also specify the file type by using the -t option. Currently available options are r[ivescipt] or a[iml].
