Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jtakakura/asdf-odin

Odin plugin for the asdf version manager github.com/asdf-vm/asdf
https://github.com/jtakakura/asdf-odin

asdf-plugin odin-lang

Last synced: 18 days ago
JSON representation

Odin plugin for the asdf version manager github.com/asdf-vm/asdf

Awesome Lists containing this project

README

        

# asdf-odin [![Build](https://github.com/jtakakura/asdf-odin/actions/workflows/build.yml/badge.svg)](https://github.com/jtakakura/asdf-odin/actions/workflows/build.yml) [![Lint](https://github.com/jtakakura/asdf-odin/actions/workflows/lint.yml/badge.svg)](https://github.com/jtakakura/asdf-odin/actions/workflows/lint.yml)

[odin](https://odin-lang.org/docs/) plugin for the [asdf version manager](https://asdf-vm.com).

# Contents

- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)

# Dependencies

- `bash`, `curl`, `unzip`: generic POSIX utilities.
- `llvm`, `clang`

# Install

Plugin:

```shell
asdf plugin add odin
# or
asdf plugin add odin https://github.com/jtakakura/asdf-odin.git
```

odin:

```shell
# Show all installable versions
asdf list-all odin

# Install specific version
asdf install odin latest

# Set a version globally (on your ~/.tool-versions file)
asdf global odin latest

# Now odin commands are available
odin version
```

Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.

# Contributing

Contributions of any kind welcome! See the [contributing guide](contributing.md).

[Thanks goes to these contributors](https://github.com/jtakakura/asdf-odin/graphs/contributors)!

# License

See [LICENSE](LICENSE) © [Junji Takakura](https://github.com/jtakakura/)