https://github.com/jbangdev/jbang-asdf
jbang plugin for asdf version manager
https://github.com/jbangdev/jbang-asdf
asdf asdf-plugin asdf-vm jbang
Last synced: 5 months ago
JSON representation
jbang plugin for asdf version manager
- Host: GitHub
- URL: https://github.com/jbangdev/jbang-asdf
- Owner: jbangdev
- License: apache-2.0
- Created: 2020-09-03T08:52:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-09-11T21:15:48.000Z (6 months ago)
- Last Synced: 2025-10-11T00:23:11.783Z (5 months ago)
- Topics: asdf, asdf-plugin, asdf-vm, jbang
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jbang-asdf [](https://github.com/jbangdev/jbang-asdf/actions/workflows/build.yml) [](https://github.com/jbangdev/jbang-asdf/blob/master/LICENSE)
[jbang](https://jbang.dev/) plugin for the [asdf version manager](https://asdf-vm.com).
## Install Plugin
```bash
asdf plugin-add jbang
or
asdf plugin-add https://github.com/jbangdev/jbang-asdf
```
## Install jbang
```shell
# Show all installable versions
asdf list-all jbang
# Install specific version
asdf install jbang latest
# Set a version globally (on your ~/.tool-versions file)
asdf global jbang latest
# Now ag commands are available
jbang
```
Check out the [asdf](https://github.com/asdf-vm/asdf) readme for instructions on how to install and manage versions of `jbang`.