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.
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.
-
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>
Apache 2.0