Skip to content
This repository has been archived by the owner on Mar 20, 2022. It is now read-only.

as-ajitsingh/nodlex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodlex

npm

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

About

Cli for generating boilerplate code for Alexa in nodejs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published