asdf-community / asdf-crystal

Crystal plugin for the asdf version manager
https://github.com/asdf-vm/asdf
Apache License 2.0
75 stars 16 forks source link

Read version from shard.yml #55

Open daniel-illi opened 1 year ago

daniel-illi commented 1 year ago

It would be great if asdf could read the crystal version required for a project from the shard.yml file. This would avoid the risk of the version numbers specified in shard.yml and .tool-verions to mismatch.

It could be implemented similar to how asdf-ruby reads the version from Gemfile.