https://github.com/omissis/asdf-act
https://github.com/omissis/asdf-act
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/omissis/asdf-act
- Owner: omissis
- License: mit
- Created: 2024-03-24T17:12:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-01T03:26:52.000Z (over 1 year ago)
- Last Synced: 2025-02-11T15:24:36.675Z (8 months ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-act [](https://github.com/omissis/asdf-act/actions/workflows/build.yml) [](https://github.com/omissis/asdf-act/actions/workflows/lint.yml)
[act](https://nektosact.com) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# Dependencies
- `bash`, `curl`, `tar`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
# Install
Plugin:
```shell
asdf plugin add act
# or
asdf plugin add act https://github.com/omissis/asdf-act.git
```act:
```shell
# Show all installable versions
asdf list-all act# Install specific version
asdf install act latest# Set a version globally (on your ~/.tool-versions file)
asdf global act latest# Now act commands are available
act --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/omissis/asdf-act/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Claudio Beatrice](https://github.com/omissis/)