https://github.com/omissis/asdf-melange
asdf plugin for chainguard's melange tool
https://github.com/omissis/asdf-melange
Last synced: 7 months ago
JSON representation
asdf plugin for chainguard's melange tool
- Host: GitHub
- URL: https://github.com/omissis/asdf-melange
- Owner: omissis
- License: mit
- Created: 2024-01-05T08:42:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T17:34:35.000Z (over 1 year ago)
- Last Synced: 2025-02-11T15:24:44.142Z (9 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-melange [](https://github.com/omissis/asdf-melange/actions/workflows/build.yml) [](https://github.com/omissis/asdf-melange/actions/workflows/lint.yml)
[melange](https://github.com/chainguard-dev/melange/tree/main/docs) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `docker`: to build the images
# Install
Plugin:
```shell
asdf plugin add melange
# or
asdf plugin add melange https://github.com/omissis/asdf-melange.git
```
melange:
```shell
# Show all installable versions
asdf list-all melange
# Install specific version
asdf install melange latest
# Set a version globally (on your ~/.tool-versions file)
asdf global melange latest
# Now melange commands are available
melange --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/omissis/asdf-melange/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Claudio Beatrice](https://github.com/omissis/)