Skip to content

Instantly share code, notes, and snippets.

@germanviscuso
Last active October 1, 2018 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save germanviscuso/88f559c696b06d8b1e7650608c38fd29 to your computer and use it in GitHub Desktop.
Save germanviscuso/88f559c696b06d8b1e7650608c38fd29 to your computer and use it in GitHub Desktop.
Templates to clone Alexa skills via ASK-CLI with "ask new --template --url http://bit.ly/2zJExED"
{
"Number Guessing Game": {
"gitUrl": "https://github.com/germanviscuso/skill-sample-nodejs-numberguessinggame.git",
"description": "The number guessing game is a game where the player tries to guess the target number."
},
"My Calculator": {
"gitUrl": "https://github.com/germanviscuso/skill-sample-nodejs-mycalculator.git",
"description": "Basic calculator skill (es-ES)."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment