1.0.0 • Published 8 years ago

alexicon v1.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

alexicon

Alexicon is a command line utility for generating Alexa skills. It makes generating various permutations of your utterances a piece of cake. When given a valid input JSON file, alexicon will output the following files:

Command:

alexicon -i input.json -o output.txt

Output:

intents.output.txt
utterances.output.txt
slots.output.txt

At the moment, alexicon only supports outputing into the current directory, but can read input files from any path.

Please see the sample.json file for an example of how to structure your input.

installation

npm install alexicon -g