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

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

Awesome Lists containing this project

README

          

# asdf-initium [![Build](https://github.com/nearform/asdf-initium/actions/workflows/build.yml/badge.svg)](https://github.com/nearform/asdf-initium/actions/workflows/build.yml) [![Lint](https://github.com/nearform/asdf-initium/actions/workflows/lint.yml/badge.svg)](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/)