0.1.6 • Published 6 years ago

nodlex v0.1.6

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
6 years ago

Nodlex

Nodlex is a CLI tool that can generate boilerplate code for Alexa Skill Developement. Nodlex generates boilerplate code based on the repository alexa-nodejs-boilerplate, for more details on how to use this boiler plate follow the link. Nodlex also provides functionality to Add Intent from CLI itself. So no overhead of writing basic code everytime you add a new intent to your skill.

Installation

To use Nodlex you must have nodejs and npm preinstalled in your system. To install Nodlex globally use

npm install -g nodlex

This will install Nodlex globally so that it can be used from anywhere in the system.

How to use

  • To create a new nodlex project, type in console

    nodlex create <your alexa project name>

  • To add a new intent into already existing nodlex project

    nodlex addintent <your intent name>

License

Apache 2.0