Multiple Alexa Skills using a single code base


#1

hi There,
I am fairly new to Jovo. I just got started and completed the HelloWorld and AdventureGame projects and successfully deployed to Alexa. The question is, I would like to have multiple skills (with their own unique invocation names, skill names, branding images, etc) however the model (en-US.json) and logic (app.js) would be the same. In other words, I am creating skills for different customers of mine.

How can I achieve this without duplicating my code base? I’d appreciate if someone could help. Thanks