https://github.com/stephrobert/asdf-regula
https://github.com/stephrobert/asdf-regula
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stephrobert/asdf-regula
- Owner: stephrobert
- License: other
- Created: 2022-02-11T19:59:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T16:59:18.000Z (over 4 years ago)
- Last Synced: 2025-04-01T21:48:46.954Z (about 1 year ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-regula [](https://github.com/stephrobert/asdf-regula/actions/workflows/build.yml) [](https://github.com/stephrobert/asdf-regula/actions/workflows/lint.yml)
[regula](https://regula.dev/) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Why?](#why)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `bash`, `curl`, `tar`: generic POSIX utilities.
# Install
Plugin:
```shell
asdf plugin add regula
# or
asdf plugin add regula https://github.com/stephrobert/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/stephrobert/asdf-regula/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Stephane ROBERT](https://blog.stephane-robert.info/)