alexa / ask-toolkit-for-vscode

ASK Toolkit is an extension for Visual Studio Code (VSC) that that makes it easier for developers to develop and deploy Alexa Skills.
https://developer.amazon.com/en-US/docs/alexa/ask-toolkit/get-started-with-the-ask-toolkit-for-visual-studio-code.html
Apache License 2.0
107 stars 52 forks source link

Ability to download all of a skill's APL documents #265

Open habuma opened 1 year ago

habuma commented 1 year ago

Currently, the ASK toolkit extension supports downloading a skill's APL documents one at a time. It would be helpful if the download feature offered the ability to pull all APL documents at once.

Similarly, if #264 is implemented, the same option for APLA documents.

(Or, even better, an option from the editor to do the equivalent of ask smapi export-package directly into the project.)