Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rynkowsg/asdf-jet
https://github.com/rynkowsg/asdf-jet
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/rynkowsg/asdf-jet
- Owner: rynkowsg
- License: mit
- Created: 2024-06-24T13:27:45.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T13:44:43.000Z (7 months ago)
- Last Synced: 2025-01-17T04:47:35.824Z (9 days ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-jet
[![GitHub Actions Test Status][ci-actions-test-badge]][ci-actions-test]
[![GitHub Actions Lint Status][ci-actions-lint-badge]][ci-actions-lint]
[![CircleCI Lint Status][ci-circleci-lint-badge]][ci-circleci-lint]
[![License][license-badge]][license][ASDF][asdf-website] plugin for [jet][jet-repo].
## Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [License](#license)## Dependencies
- `bash`, `curl`, `tar`: generic POSIX utilities.
## Install
Install the plugin:
```shell
asdf plugin add jet https://github.com/rynkowsg/asdf-jet.git
```Install jet:
```shell
# Show all installable versions
asdf list-all jet# Install specific version
asdf install jet latest# Set a version globally (on your ~/.tool-versions file)
asdf global jet latest# Now jet tool is available
jet --help
```Check [asdf][asdf-repo] readme for more instructions on how to install & manage versions.
## License
See [LICENSE](LICENSE) © [Grzegorz Rynkowski][gh-profile-rynkowsg]
[asdf-repo]: https://github.com/asdf-vm/asdf
[asdf-website]: https://asdf-vm.com
[ci-actions-lint-badge]: https://github.com/rynkowsg/asdf-jet/actions/workflows/lint.yml/badge.svg
[ci-actions-lint]: https://github.com/rynkowsg/asdf-jet/actions/workflows/lint.yml
[ci-actions-test-badge]: https://github.com/rynkowsg/asdf-jet/actions/workflows/test.yml/badge.svg
[ci-actions-test]: https://github.com/rynkowsg/asdf-jet/actions/workflows/test.yml
[ci-circleci-lint-badge]: https://circleci.com/gh/rynkowsg/asdf-jet.svg?style=shield
[ci-circleci-lint]: https://circleci.com/gh/rynkowsg/asdf-jet
[gh-profile-rynkowsg]: https://github.com/rynkowsg
[jet-repo]: https://github.com/borkdude/jet
[license-badge]: https://img.shields.io/badge/license-MIT-lightgrey.svg
[license]: LICENSE