Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.26 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.26 KB

asdf-tx Build Lint

tx plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.

Install

Plugin:

asdf plugin add tx
# or
asdf plugin add tx ssh+git://git@github.com/kundo/asdf-plugin-tx.git

tx:

# Show all installable versions
asdf list-all tx

# Install specific version
asdf install tx latest

# Set a version globally (on your ~/.tool-versions file)
asdf global tx latest

# Now tx commands are available
tx --help

Check asdf readme for more instructions on how to install & manage versions.

Why?

The Transifex CLI is not yet available through any easily scriptable release channels like homebrew, apt or pip.

License

See LICENSE © Kundo Developers