Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkuku/asdf-roc
https://github.com/dkuku/asdf-roc
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dkuku/asdf-roc
- Owner: dkuku
- License: other
- Created: 2023-11-22T18:33:52.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-04T16:03:57.000Z (11 months ago)
- Last Synced: 2024-02-12T15:19:47.977Z (9 months ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
- roc-awesome - dkuku/asdf-roc
README
# asdf-roc [![Build](https://github.com/dkuku/asdf-roc/actions/workflows/build.yml/badge.svg)](https://github.com/dkuku/asdf-roc/actions/workflows/build.yml) [![Lint](https://github.com/dkuku/asdf-roc/actions/workflows/lint.yml/badge.svg)](https://github.com/dkuku/asdf-roc/actions/workflows/lint.yml)
[roc](https://www.roc-lang.org) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# Dependencies
**TODO: adapt this section**
- `bash`, `curl`, `tar`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
- `SOME_ENV_VAR`: set this environment variable in your shell config to load the correct version of tool x.# Install
Plugin:
```shell
asdf plugin add roc
# or
asdf plugin add roc https://github.com/dkuku/asdf-roc.git
```roc:
```shell
# Show all installable versions
asdf list-all roc# Install specific version
asdf install roc latest# Set a version globally (on your ~/.tool-versions file)
asdf global roc latest# Now roc commands are available
roc -V
```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/dkuku/asdf-roc/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Daniel Kukula](https://github.com/dkuku/)