Skip to content

ordinaryexperts/asdf-yor

Repository files navigation

asdf-yor

Yor plugin for the asdf version manager.

Build Lint

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.

Install

Plugin:

asdf plugin add yor https://github.com/ordinaryexperts/asdf-yor.git

yor:

# Show all installable versions
asdf list-all yor

# Install specific version
asdf install yor latest

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

# Now yor commands are available
yor --version

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

Contributing

semantic-release: conventionalcommits

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

Releases are generated automatically based on commit messages, using semantic-release. Commit messages must follow the Conventional Commits standard.

License

See LICENSE © Jason McVetta