KO
|
EN
gitlite — search
Search
#python
#nodejs
#react
#hacktoberfest
#typescript
#html
#javascript
#rust
#cli
#unity
#parser
#markdown
asdf-alias
★ 27
Open GitHub ↗
Version aliases for asdf-vm
Download README (.md)
Explore Similar Repositories
asdf-gcloud
:
☁️ GCloud CLI (Google Cloud SDK) plugin for asdf version manager. Pin gcloud versions for each project!
asdf-helm
:
Helm plugin for asdf version manager https://github.com/asdf-vm/asdf
asdf-dart
:
dart plugin for asdf version manager https://github.com/asdf-vm/asdf
asdf-zig
:
zig plugin for asdf version manager https://github.com/asdf-vm/asdf
asdf-shellcheck
:
shellcheck plugin for asdf version manager https://github.com/asdf-vm/asdf
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
asdf-alias
?
Download (.md)
# asdf-alias [](https://github.com/andrewthauer/asdf-alias/actions/workflows/build.yml) [](https://github.com/andrewthauer/asdf-alias/actions/workflows/lint.yml) [asdf-alias](https://github.com/andrewthauer/asdf-alias) is a version alias manager plugin for the [asdf version manager](https://asdf-vm.com). ## Install Plugin: ```shell asdf plugin add asdf-alias # or asdf plugin add alias https://github.com/andrewthauer/asdf-alias.git ``` ## Use asdf alias <plugin> <name> [<version> | --auto | --remove]" asdf alias <plugin> --auto" asdf alias <plugin> [--list]" ```sh asdf alias java 11.0 adopt-openjdk-11.0 asdf alias java 11.0 --remove asdf alias java --auto asdf alias java --list asdf alias java --remove ``` 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/andrew-thauer/asdf-alias/graphs/contributors)! ## License See [LICENSE](LICENSE) © [Andrew Thauer](https://github.com/andrewthauer/)