An open API service indexing awesome lists of open source software.

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]

Awesome Lists containing this project

README

          


asdf-elm


Elm plugin for asdf version manager


[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/asdf-community/asdf-elm/workflow.yml?branch=master&style=flat-square)](https://github.com/asdf-community/asdf-elm/actions)
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![License](https://img.shields.io/github/license/asdf-community/asdf-elm?style=flat-square&color=brightgreen)](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).