rbxpacker generates installation scripts for Roblox Lua libraries. Users can install library packages created by rbxpacker using the Roblox Studio 'Run Script' menu.
It's intended to serve as a holdover until a better library packaging solution is developed.
rbxpacker builds with the latest version of Rust, currently version 1.21.0.
You can install rbxpacker with Cargo:
bash
cargo install rbxpacker
rbxpacker outputs the resulting installation script to stdout. To save it, you can write it to a file:
sh
rbxpacker INPUT > installer.lua
For more options, check out rbxpacker --help
.
rbxpacker is available under the MIT license. See LICENSE.md for details.