VS Code devcontainer boilerplate for Alexa skill development using TypeScript
- VS Code devcontainer extention
git config
&ask configure
&aws configure
in your host (devcontainer will mount those)
- Use this template -> Create a new repository
- git clone && cd repository directory
- open with VS code(
code .
) - reopen in container in VS Code
npm install
npm run test
(optional)npm run lint
(optional)npm run build
npm run pjson
ask deploy