Skip to content

ASK Toolkit is an extension for Visual Studio Code (VSC) that that makes it easier for developers to develop and deploy Alexa Skills. It is built on the ASK CLI (Command Line Interface).

License

Notifications You must be signed in to change notification settings

RonWang/ask-toolkit-for-vscode

 
 

Repository files navigation

Overview

ASK Toolkit for Visual Studio Code (Beta) is an extension that that makes it easier to develop and deploy Alexa Skills. You can use the ASK toolkit to call the ASK command line interface (CLI) from within VS Code, and can see the results in VS Code's integrated terminal. This allows you to perform nearly all skill development actions within VS Code. Using the ASK toolkit, you can:

  • Discover ASK commands by typing “ASK” from the VS Code command palette
  • Create a skill using templates
  • Generate code snippets for built-in intents, custom intents, slots, and request handlers
  • Identify errors in your JSON schema
  • Hover over a JSON object to see documentation
  • Submit a skill for certification

See the getting started documentation

Requirements

ASK toolkit requires you to install and initialize the ASK CLI.

  1. Download and configure ASK CLI. Watch this video or see the documentation.

  2. Download and confgure git to use Alexa templates.

  3. Optional but recommended: To use AWS Lambda to host your the backend business logic for your skill, watch this video or see the documentation for configuring your AWS credentials.

About

ASK Toolkit is an extension for Visual Studio Code (VSC) that that makes it easier for developers to develop and deploy Alexa Skills. It is built on the ASK CLI (Command Line Interface).

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.6%
  • JavaScript 4.4%