Skip to content

belltoy/mise-elp

Repository files navigation

mise tool plugin for elp

This is a a mise tool plugin for elp.

Using this Plugin

Install plugin

mise plugin install elp https://github.com/belltoy/mise-elp.git

Note

This plugin will not be accepted into the mise official plugins repository for supply-chain security reasons. So you need use the above command to install it from this repository.

Install elp tool

## List available versions
mise ls-remote elp

## Install latest version
mise install elp

## Install OTP specific latest version aliases
mise install elp@otp-26
mise install elp@otp-27
mise install elp@otp-28

## Install specific version
mise install elp@otp-28-2025-11-04

Tip

Since elp use date as release version for now, this plugin provides aliases for each supported OTP version for conveniently installing the latest elp for that OTP version.

Add elp to your .mise.toml for project-specific usage:

[tools]
elp = "otp-27"

In a new project, run:

mise install

to install all tools specified in .mise.toml, including elp.

To check the installed tools, run:

mise ls

mise which elp

References

Refer to the mise docs for detailed information:

If you use asdf, you might be interested in the asdf-elp plugin.

License

MIT

About

A mise tool plugin for elp, The Erlang Language Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors