mururu / exenv

Elixir versions management tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatic version download

yrashk opened this issue · comments

It would have been really cool if exenv was able to automatically download/build (using git?) specified but missing elixir versions, provided version is specified in one of these formats:

  • vx.y.z (like v0.9.1)
  • vx.y.z-n-sha (like v0.9.1-107-g2b8854c, aka git describe format)
  • sha (like g2b8854c)

@yrashk Yes, but I think it may be better to merge them now.