https://github.com/dpbm/lua-asdf
lua Plugin for asdf language version manager
https://github.com/dpbm/lua-asdf
asdf asdf-plugin asdf-vm languages lua manager plugin shell
Last synced: 14 days ago
JSON representation
lua Plugin for asdf language version manager
- Host: GitHub
- URL: https://github.com/dpbm/lua-asdf
- Owner: Dpbm
- License: mit
- Created: 2022-04-23T14:32:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-24T15:17:35.000Z (over 3 years ago)
- Last Synced: 2025-01-19T18:51:54.679Z (12 months ago)
- Topics: asdf, asdf-plugin, asdf-vm, languages, lua, manager, plugin, shell
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lua - ASDF
A plugin for the [asdf version manager](https://asdf-vm.com).
# Dependencies
To install this plugin you need the follow:
- `bash`
- [curl](https://curl.se/)
- `tar`
- [make](https://www.gnu.org/software/make/)
- [gcc](https://gcc.gnu.org/)
# Install
Plugin:
```shell
asdf plugin add lua https://github.com/Dpbm/lua-asdf.git
```
```shell
# Show all installable versions
asdf list-all lua
# Install specific version
asdf install lua `version`
# Set a version globally
asdf global lua `version`
```
Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.
# License
See [LICENSE](LICENSE) © [Dpbm](https://github.com/Dpbm/)
### Made with 🥰 by [Dpbm](https://github.com/Dpbm)