https://github.com/yeshan333/vfox-lua
lua vfox plugin. Use the vfox to manage multiple lua versions in Linux/Darwin MacOS.
https://github.com/yeshan333/vfox-lua
lua vfox vfox-plugin
Last synced: 2 months ago
JSON representation
lua vfox plugin. Use the vfox to manage multiple lua versions in Linux/Darwin MacOS.
- Host: GitHub
- URL: https://github.com/yeshan333/vfox-lua
- Owner: yeshan333
- License: apache-2.0
- Created: 2025-01-25T18:48:59.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-08T08:56:38.000Z (4 months ago)
- Last Synced: 2025-03-14T17:53:58.093Z (3 months ago)
- Topics: lua, vfox, vfox-plugin
- Language: Lua
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/yeshan333/vfox-lua/actions/workflows/e2e_test.yaml)
# vfox-lua plugin
lua [vfox](https://github.com/version-fox) plugin. Use the vfox to manage multiple [lua](https://www.lua.org/ftp/) versions in Linux/Darwin MacOS.
## Requirements
- GNU Make
- ANSI C compiler (like gcc).## Usage
```shell
# install plugin
vfox add --source https://github.com/yeshan333/vfox-lua/archive/refs/heads/main.zip lua# install an available lua version
vofx search lua
# or specific version
vfox install [email protected]
```## Notice
## Acknowledgements
Thanks for these awesome resources that were used during the development of the **vfox-lua**:
- [lua](https://www.lua.org/)
- [version-fox](https://github.com/version-fox/vfox)
- [asdf-lua](https://github.com/Stratus3D/asdf-lua)