Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/callumio/asdf-bun
Bun plugin for the asdf version manager
https://github.com/callumio/asdf-bun
Last synced: about 2 months ago
JSON representation
Bun plugin for the asdf version manager
- Host: GitHub
- URL: https://github.com/callumio/asdf-bun
- Owner: callumio
- License: apache-2.0
- Created: 2022-07-09T19:11:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-09T21:45:53.000Z (over 2 years ago)
- Last Synced: 2024-05-02T05:01:50.746Z (9 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-bun [![Lint](https://github.com/CallumIO/asdf-bun/actions/workflows/lint.yml/badge.svg)](https://github.com/CallumIO/asdf-bun/actions/workflows/lint.yml)
[bun](https://github.com/CallumIO/asdf-bun) 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`, `bsdtar`: generic POSIX utilities.
# Install
Plugin:
```shell
asdf plugin add bun
# or
asdf plugin add bun https://github.com/CallumIO/asdf-bun.git
```bun:
```shell
# Show all installable versions
asdf list-all bun# Install specific version
asdf install bun latest# Set a version globally (on your ~/.tool-versions file)
asdf global bun latest# Now bun commands are available
bun --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/CallumIO/asdf-bun/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Callum Leslie](https://github.com/CallumIO/)