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

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.

Awesome Lists containing this project

README

          

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