https://github.com/orcid/asdf-transifex
asdf plugin for the transifex golang cli tool
https://github.com/orcid/asdf-transifex
Last synced: 12 days ago
JSON representation
asdf plugin for the transifex golang cli tool
- Host: GitHub
- URL: https://github.com/orcid/asdf-transifex
- Owner: ORCID
- License: other
- Created: 2023-04-21T11:35:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T11:47:28.000Z (about 3 years ago)
- Last Synced: 2025-02-26T12:16:59.742Z (over 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-transifex [](https://github.com/ORCID/asdf-transifex/actions/workflows/build.yml) [](https://github.com/ORCID/asdf-transifex/actions/workflows/lint.yml)
[transifex](https://github.com/transifex/cli) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Why?](#why)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `bash`, `curl`, `tar`: generic POSIX utilities.
# Install
Plugin:
```shell
asdf plugin add transifex https://github.com/ORCID/asdf-transifex.git
```
transifex:
```shell
# Show all installable versions
asdf list-all transifex
# Install specific version
asdf install transifex latest
# Set a version globally (on your ~/.tool-versions file)
asdf global transifex latest
# Now transifex commands are available
transifex --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).