Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xavidop/alexa-litexa-helloworld
Alexa skill sample made with Litexa
https://github.com/xavidop/alexa-litexa-helloworld
alexa alexa-custom-skill alexa-skill litexa skill-sample
Last synced: 20 days ago
JSON representation
Alexa skill sample made with Litexa
- Host: GitHub
- URL: https://github.com/xavidop/alexa-litexa-helloworld
- Owner: xavidop
- Created: 2020-05-03T11:02:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T19:00:02.000Z (over 4 years ago)
- Last Synced: 2024-12-09T13:46:51.788Z (about 1 month ago)
- Topics: alexa, alexa-custom-skill, alexa-skill, litexa, skill-sample
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# alexa-litexa-helloworld
This README is a quick-start guide to help you create, run, and deploy this Litexa project.
## Running / Development
* `litexa test`
This command will build and run your Litexa project against your Litexa tests
* `litexa test --watch`
This command will build and run your Litexa projects against your Litexa tests continually.
## Building and Deploying
* `npm install -g @litexa/deploy-aws`
* `litexa deploy`To deploy your code you must specify the deployment module in your Litexa configuration. By default, Litexa
configures your project to deploy with the `@litexa/deploy-aws` module for the `development` environment.## Command Reference
* `litexa --help`
* `litexa --help``--help` provides more information when used in conjunction with a command, e.g. `litexa generate --help`. When used
on its own, it provides general information about the Litexa CLI.## Further Reading / Useful Links
* [ASK](https://developer.amazon.com/alexa-skills-kit/)
* [ASK Documentation](https://developer.amazon.com/docs/ask-overviews/build-skills-with-the-alexa-skills-kit.html)
* Game Developer Resources
* [ASK-Gaming](https://developer.amazon.com/alexa-skills-kit/gaming)
* [GameOn](https://developer.amazon.com/docs/gameon/overview.html)