An open API service indexing awesome lists of open source software.

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

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)