Skip to content

jovotech/jovo-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jovo v3 Templates

This repository only contains templates for Jovo v3. You can find the Jovo v4 templates here: TypeScript, JavaScript.

The examples in this repository are a great starting point to learn about specific features of the Jovo Framework.

To access the templates, you first need to install the Jovo CLI with $ npm install -g jovo-cli. Then, you can create a new project from your command line with the following command:

# Standard version
$ jovo3 new <directory> --template <name>

# Short version
$ jovo3 new <directory> -t <name>

The following templates are currently available:

Name Description
helloworld Default. Jovo Sample Voice App with a simple "Hello World!" + asking for the user's name
trivia-game Trivia game voice app that makes use of states, helper functions, and i18n
alexa/audioplayer Sample Alexa Audioplayer Skill that plays a longform audio file with the Audioplayer directive
alexa/dialoginterface Sample implementation of the Alexa Dialog Interface
alexa/skillevents Sample implementation of the Alexa Skill Events.
google/mediaresponse Sample Google Action media response app that plays longform audio file

About

💬 Code Patterns and Templates for Jovo Voice Apps

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published