Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephrobert/asdf-regula
https://github.com/stephrobert/asdf-regula
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stephrobert/asdf-regula
- Owner: stephrobert
- License: other
- Created: 2022-02-11T19:59:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T16:59:18.000Z (almost 3 years ago)
- Last Synced: 2024-11-03T07:27:54.464Z (about 2 months 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 [![Build](https://github.com/stephrobert/asdf-regula/actions/workflows/build.yml/badge.svg)](https://github.com/stephrobert/asdf-regula/actions/workflows/build.yml) [![Lint](https://github.com/stephrobert/asdf-regula/actions/workflows/lint.yml/badge.svg)](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/)