https://github.com/powerman/asdf-plugin-template
Example plugin used for reviewing 3rd-party asdf plugins created from same template
https://github.com/powerman/asdf-plugin-template
Last synced: 7 months ago
JSON representation
Example plugin used for reviewing 3rd-party asdf plugins created from same template
- Host: GitHub
- URL: https://github.com/powerman/asdf-plugin-template
- Owner: powerman
- License: other
- Created: 2024-11-06T17:16:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T17:20:27.000Z (about 1 year ago)
- Last Synced: 2025-06-20T09:59:05.442Z (7 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-plugin-template [](https://github.com/powerman/asdf-plugin-template/actions/workflows/build.yml) [](https://github.com/powerman/asdf-plugin-template/actions/workflows/lint.yml)
[plugin-template](https://github.com/asdf-vm/asdf-plugin-template) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
**TODO: adapt this section**
- `bash`, `curl`, `tar`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
- `SOME_ENV_VAR`: set this environment variable in your shell config to load the correct version of tool x.
# Install
Plugin:
```shell
asdf plugin add plugin-template
# or
asdf plugin add plugin-template https://github.com/powerman/asdf-plugin-template.git
```
plugin-template:
```shell
# Show all installable versions
asdf list-all plugin-template
# Install specific version
asdf install plugin-template latest
# Set a version globally (on your ~/.tool-versions file)
asdf global plugin-template latest
# Now plugin-template commands are available
plugin-template --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).
[Thanks goes to these contributors](https://github.com/powerman/asdf-plugin-template/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Alex Efros](https://github.com/powerman/)