https://github.com/asdf-community/asdf-crystal
Crystal plugin for the asdf version manager
https://github.com/asdf-community/asdf-crystal
asdf asdf-plugin
Last synced: 8 months ago
JSON representation
Crystal plugin for the asdf version manager
- Host: GitHub
- URL: https://github.com/asdf-community/asdf-crystal
- Owner: asdf-community
- License: apache-2.0
- Created: 2017-01-20T16:59:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:54:35.000Z (almost 2 years ago)
- Last Synced: 2024-05-22T01:04:55.095Z (over 1 year ago)
- Topics: asdf, asdf-plugin
- Language: Shell
- Homepage: https://github.com/asdf-vm/asdf
- Size: 41 KB
- Stars: 73
- Watchers: 7
- Forks: 16
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-crystal - asdf-crystal - Plugin for asdf version manager (Environment Management)
README
[](https://github.com/asdf-community/asdf-crystal/actions)
[](#contributors-)
[](http://makeapullrequest.com)
[](https://github.com/asdf-community/asdf-crystal/blob/master/LICENSE)
## Installation
```
asdf plugin-add crystal https://github.com/asdf-community/asdf-crystal.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 `.crystal-version` file to find out what
version of Crystal 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)):

marciogm
π» π π§

BSKY
π» π π§ π

Stanislav Lapata
π»

Jeff Hertzler
π»

Eloy PΓ©rez
π»

Chet Bortz
π»
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).