https://github.com/spinframework/spin-trigger-plugins
Spin Trigger Plugins
https://github.com/spinframework/spin-trigger-plugins
Last synced: 18 days ago
JSON representation
Spin Trigger Plugins
- Host: GitHub
- URL: https://github.com/spinframework/spin-trigger-plugins
- Owner: spinframework
- License: apache-2.0
- Created: 2026-05-06T20:40:23.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-09T22:19:22.000Z (19 days ago)
- Last Synced: 2026-06-09T22:21:49.725Z (19 days ago)
- Language: Rust
- Size: 37.3 MB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
- Maintainers: MAINTAINERS.md
Awesome Lists containing this project
README
# Spin Trigger Plugins
This repository is the consolidated home for the Spin trigger plugins maintained
by the [Spin Framework](https://github.com/spinframework) project.
## Layout
```
crates/
trigger-sqs/ # Amazon SQS trigger
trigger-mqtt/ # MQTT trigger
trigger-cron/ # Cron trigger
trigger-command/ # Command trigger
templates/ # Spin templates
examples/ # Example apps
```
## Building
```sh
cargo build --workspace
```
## Templates
Templates can be installed via:
```sh
spin templates install --git https://github.com/spinframework/spin-trigger-plugins
```
> Note: If any of the trigger templates were installed from their previous locations,
add an `--upgrade` to re-install from this repository.
## License
This project is licensed under the Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or
).
### Contribution
Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be licensed as above, without any additional terms or
conditions.