https://github.com/nearform/asdf-initium
initium plugin for the asdf version manager
https://github.com/nearform/asdf-initium
devops
Last synced: 11 months ago
JSON representation
initium plugin for the asdf version manager
- Host: GitHub
- URL: https://github.com/nearform/asdf-initium
- Owner: nearform
- License: other
- Created: 2023-09-28T13:44:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T06:39:05.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T17:53:31.513Z (about 1 year ago)
- Topics: devops
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-initium [](https://github.com/nearform/asdf-initium/actions/workflows/build.yml) [](https://github.com/nearform/asdf-initium/actions/workflows/lint.yml)
[initium](https://initium.nearform.com) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [asdf-initium ](#asdf-initium--)
- [Contents](#contents)
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `bash`, `curl`, `tar`: generic POSIX utilities.
# Install
Plugin:
```shell
asdf plugin add initium
# or
asdf plugin add initium https://github.com/nearform/asdf-initium.git
```
initium:
```shell
# Show all installable versions
asdf list-all initium
# Install specific version
asdf install initium latest
# Set a version globally (on your ~/.tool-versions file)
asdf global initium latest
# Now initium commands are available
initium --help
```
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/nearform/asdf-initium/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [NearForm](https://github.com/nearform/)