https://github.com/vknabel/asdf-lithia
lithia plugin for the asdf version manager https://github.com/vknabel/lithia
https://github.com/vknabel/asdf-lithia
asdf asdf-plugin asdf-vm hacktoberfest lithia lithialang
Last synced: 8 months ago
JSON representation
lithia plugin for the asdf version manager https://github.com/vknabel/lithia
- Host: GitHub
- URL: https://github.com/vknabel/asdf-lithia
- Owner: vknabel
- License: mit
- Created: 2022-02-07T16:05:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-07T19:37:42.000Z (over 3 years ago)
- Last Synced: 2025-01-19T02:57:59.493Z (9 months ago)
- Topics: asdf, asdf-plugin, asdf-vm, hacktoberfest, lithia, lithialang
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-lithia [](https://github.com/vknabel/asdf-lithia/actions/workflows/build.yml) [](https://github.com/vknabel/asdf-lithia/actions/workflows/lint.yml)
[lithia](https://github.com/vknabel/lithia) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# Dependencies
- `bash`, `curl`, `tar`: generic POSIX utilities.
# Install
Plugin:
```shell
asdf plugin add lithia
# or
asdf plugin add lithia https://github.com/vknabel/asdf-lithia.git
```lithia:
```shell
# Show all installable versions
asdf list-all lithia# Install specific version
asdf install lithia latest# Set a version globally (on your ~/.tool-versions file)
asdf global lithia latest# Now lithia commands are available
lithia --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/vknabel/asdf-lithia/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Valentin Knabel](https://github.com/vknabel/)