Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)