https://github.com/cchanxzy/skill-sample-typescript-fact
Alexa skill fact example with TypeScript
https://github.com/cchanxzy/skill-sample-typescript-fact
alexa-skill alexa-skill-sample ask-sdk-for-nodejs ask-sdk-for-nodejs-v2 typescript
Last synced: 3 months ago
JSON representation
Alexa skill fact example with TypeScript
- Host: GitHub
- URL: https://github.com/cchanxzy/skill-sample-typescript-fact
- Owner: cchanxzy
- License: apache-2.0
- Created: 2020-05-13T08:21:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T08:22:14.000Z (about 5 years ago)
- Last Synced: 2025-02-03T13:22:59.932Z (5 months ago)
- Topics: alexa-skill, alexa-skill-sample, ask-sdk-for-nodejs, ask-sdk-for-nodejs-v2, typescript
- Language: TypeScript
- Size: 75.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Alexa Skill Sample Fact Example with TypeScript
This is a TypeScript version of the template created from [https://github.com/alexa/skill-sample-nodejs-fact](https://github.com/alexa/skill-sample-nodejs-fact).
## TypeScript Conversion
The following packages were added:
- typescript
The following files were created/modified:
- tsconfig.json
- lambda/package.json -> package.json
- lambda/index.js -> src/index.ts
- index.ts
- build.sh## Build
Run:
```bash
yarn build
```## Deploy
Run:
```bash
yarn deploy
```