Skip to content

A simple and lightweight Elm lang version manager.

Notifications You must be signed in to change notification settings

bijoutrouvaille/evm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Elm Version Manager

A very simple version manager that uses your installed elm versions.

Example: elm use 0.18

Instructions

For a version to be available you must install it with the pkg installer available for download on the official site: https://guide.elm-lang.org/install.html.

Whenever you invoke evm use x.x , it will save the current version to ~/.evm/versions/y.y and restore ~/.evm/versions/x.x, unless:

  • the two are the same
  • the desired version does not exist

in which cases evm will do nothing, possibly printing an error.

LICENSE

MIT

About

A simple and lightweight Elm lang version manager.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages