Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 1.79 KB

README.md

File metadata and controls

65 lines (38 loc) · 1.79 KB

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