Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jtakakura/asdf-odin
- Owner: jtakakura
- License: mit
- Created: 2022-07-28T09:09:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-17T13:59:03.000Z (26 days ago)
- Last Synced: 2024-11-17T14:47:14.114Z (26 days ago)
- Topics: asdf-plugin, odin-lang
- Language: Shell
- Homepage: https://github.com/asdf-vm/asdf
- Size: 15.6 KB
- Stars: 9
- Watchers: 2
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
- awesome-odin - [jtakakura/asdf-odin - commit/jtakakura/asdf-odin) (Interviews / Vendor)
- awesome-odin - [jtakakura/asdf-odin - commit/jtakakura/asdf-odin) (Interviews / Vendor)
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/)