https://github.com/launchbynttdata/asdf-regula
Regula package for use with the asdf-vm package manager.
https://github.com/launchbynttdata/asdf-regula
platform-automation
Last synced: 1 day ago
JSON representation
Regula package for use with the asdf-vm package manager.
- Host: GitHub
- URL: https://github.com/launchbynttdata/asdf-regula
- Owner: launchbynttdata
- License: apache-2.0
- Created: 2024-03-18T17:07:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T17:12:53.000Z (about 2 years ago)
- Last Synced: 2025-02-22T16:18:13.203Z (over 1 year ago)
- Topics: platform-automation
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-regula [](https://github.com/launchbynttdata/asdf-regula/actions/workflows/build.yml) [](https://github.com/launchbynttdata/asdf-regula/actions/workflows/lint.yml)
[regula](https://github.com/fugue/regula) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `bash`, `curl`, `tar`: to download and unpack regula
# Install
Plugin:
```shell
asdf plugin add regula
# or
asdf plugin add regula https://github.com/launchbynttdata/asdf-regula.git
```
regula:
```shell
# Show all installable versions
asdf list-all regula
# Install specific version
asdf install regula latest
# Set a version globally (on your ~/.tool-versions file)
asdf global regula latest
# Now regula commands are available
regula --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/launchbynttdata/asdf-regula/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Launch by NTT DATA](https://github.com/launchbynttdata/)