Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airtonix/asdf-patat
asdf plugin for https://github.com/jaspervdj/patat
https://github.com/airtonix/asdf-patat
Last synced: 10 days ago
JSON representation
asdf plugin for https://github.com/jaspervdj/patat
- Host: GitHub
- URL: https://github.com/airtonix/asdf-patat
- Owner: airtonix
- License: mit
- Created: 2022-10-12T21:53:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-12T22:51:45.000Z (about 2 years ago)
- Last Synced: 2024-05-21T03:17:24.545Z (8 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- 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-patat [![Build](https://github.com/airtonix/asdf-patat/actions/workflows/build.yml/badge.svg)](https://github.com/airtonix/asdf-patat/actions/workflows/build.yml) [![Lint](https://github.com/airtonix/asdf-patat/actions/workflows/lint.yml/badge.svg)](https://github.com/airtonix/asdf-patat/actions/workflows/lint.yml)
[patat](https://github.com/jaspervdj/patat) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# Install
Plugin:
```shell
asdf plugin add patat
# or
asdf plugin add patat https://github.com/airtonix/asdf-patat.git
```patat:
```shell
# Show all installable versions
asdf list-all patat# Install specific version
asdf install patat latest# Set a version globally (on your ~/.tool-versions file)
asdf global patat latest# Now patat commands are available
patat --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/airtonix/asdf-patat/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Zeno Jiricek](https://github.com/airtonix/)