Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 9 days ago
JSON representation

Crystal plugin for the asdf version manager

Awesome Lists containing this project

README

        


asdf-crystal


Crystal plugin for asdf version manager


[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/asdf-community/asdf-crystal/Main%20workflow?style=flat-square)](https://github.com/asdf-community/asdf-crystal/actions)
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![License](https://img.shields.io/github/license/asdf-community/asdf-crystal?style=flat-square&color=brightgreen)](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).