https://github.com/asdf-community/asdf-elm
Elm plugin for the asdf version manager [maintainer=@brianvanburken]
https://github.com/asdf-community/asdf-elm
asdf asdf-plugin
Last synced: 3 months ago
JSON representation
Elm plugin for the asdf version manager [maintainer=@brianvanburken]
- Host: GitHub
- URL: https://github.com/asdf-community/asdf-elm
- Owner: asdf-community
- License: apache-2.0
- Created: 2019-10-23T07:32:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-09-17T12:13:52.000Z (9 months ago)
- Last Synced: 2025-09-17T14:27:22.078Z (9 months ago)
- Topics: asdf, asdf-plugin
- Language: Shell
- Homepage: https://github.com/asdf-vm/asdf
- Size: 37.1 KB
- Stars: 26
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/asdf-community/asdf-elm/actions)
[](#contributors)
[](http://makeapullrequest.com)
[](https://github.com/asdf-community/asdf-elm/blob/master/LICENSE)
## Prerequirements
- Make sure you have the required dependencies installed:
- curl
- git
- gunzip
## Installation
```bash
# asdf v0.16.0 and above
asdf plugin add elm https://github.com/asdf-community/asdf-elm.git
# asdf v0.15.x and below
asdf plugin-add elm https://github.com/asdf-community/asdf-elm.git
```
## Usage
Check [asdf](https://github.com/asdf-vm/asdf) readme for instructions on how to
install & manage versions.
## Useful information
asdf uses the `.tool-versions` for auto-switching between software versions. To
ease migration, you can have it read `elm.json` or `elm-package.json` file to
find out what version of Elm should be used. This only works with the exact
version. To do this, add the following to `~/.asdfrc`:
```
legacy_version_file = yes
```
## Contributors
Thanks goes to these wonderful people
([emoji key](https://allcontributors.org/docs/en/emoji-key)):

BSKY
💻 📖 🚧 🚇

Brian van Burken
💻 📖

Haritaso
🚇
This project follows the
[all-contributors](https://github.com/all-contributors/all-contributors)
specification. Contributions of any kind welcome!
## License
Licensed under the
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).