Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/busser/asdf-tfautomv
📦 asdf-vm plugin for tfautomv
https://github.com/busser/asdf-tfautomv
Last synced: 28 days ago
JSON representation
📦 asdf-vm plugin for tfautomv
- Host: GitHub
- URL: https://github.com/busser/asdf-tfautomv
- Owner: busser
- License: apache-2.0
- Created: 2024-04-29T13:25:00.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-30T08:29:30.000Z (7 months ago)
- Last Synced: 2024-04-30T15:31:29.838Z (7 months ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-tfautomv [![Build](https://github.com/busser/asdf-tfautomv/actions/workflows/build.yml/badge.svg)](https://github.com/busser/asdf-tfautomv/actions/workflows/build.yml) [![Lint](https://github.com/busser/asdf-tfautomv/actions/workflows/lint.yml/badge.svg)](https://github.com/busser/asdf-tfautomv/actions/workflows/lint.yml)
[tfautomv](https://github.com/busser/tfautomv) 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 tfautomv
# or
asdf plugin add tfautomv https://github.com/busser/asdf-tfautomv.git
```tfautomv:
```shell
# Show all installable versions
asdf list-all tfautomv# Install specific version
asdf install tfautomv latest# Set a version globally (on your ~/.tool-versions file)
asdf global tfautomv latest# Now tfautomv commands are available
tfautomv --version
```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/busser/asdf-tfautomv/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Arthur Busser](https://github.com/busser/)