Installs Lamdera, a type-safe full-stack web-app platform for Elm (v1.1.0 and later).
"features": {
"ghcr.io/joshuanianji/devcontainer-features/lamdera:1": {}
}
Options Id | Description | Type | Default Value |
---|---|---|---|
version | Select or enter a Lamdera version. | string | latest |
Latest tag is hardcoded to v1.3.0! I'm not sure how to get the latest lamdera version automatically (without web scraping the lamdera site which won't be pretty), so currently this is the solution I have.
The installation script looks at your OS architecture and version and interpolates it into the following (simplified) command:
curl "https://static.lamdera.com/bin/lamdera-$VERSION-linux-$ARCH"
Based on my tests, v1.1.0 is the only one that works reliably.
Architectures: amd
and arm
OS: ubuntu
, debian
Shells: bash
, zsh
, fish
Version | Notes |
---|---|
1.1.0 | Lamdera 1.3.0 |
1.0.1 | Fix Docs |
1.0.0 | Support zsh/fish and refactor |
0.0.2 | Fix typos in Docs |
0.0.1 | Update Docs |
0.0.0 | Initial Version |
Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md
.