https://github.com/xaf/asdf-bash
bash plugin for asdf
https://github.com/xaf/asdf-bash
Last synced: over 1 year ago
JSON representation
bash plugin for asdf
- Host: GitHub
- URL: https://github.com/xaf/asdf-bash
- Owner: XaF
- License: lgpl-2.1
- Created: 2023-07-10T06:11:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T19:46:49.000Z (over 2 years ago)
- Last Synced: 2024-04-18T03:43:18.168Z (about 2 years ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-bash [](https://github.com/XaF/asdf-bash/actions/workflows/build.yml) [](https://github.com/XaF/asdf-bash/actions/workflows/lint.yml)
[bash](https://www.gnu.org/software/bash/manual/) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `bash`, `curl`, `tar`: generic POSIX utilities.
- `ASDF_CONCURRENCY`: if you want to define the compilation concurrency when `make` is called to build a bash version
# Install
Plugin:
```shell
asdf plugin add bash
# or
asdf plugin add bash https://github.com/XaF/asdf-bash.git
```
bash:
```shell
# Show all installable versions
asdf list-all bash
# Install specific version
asdf install bash latest
# Set a version globally (on your ~/.tool-versions file)
asdf global bash latest
# Now bash commands are available
bash --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/XaF/asdf-bash/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Raphaël Beamonte](https://github.com/XaF/)