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.
On Windows, you can check the GitHub releases page to download the latest version of rbxpacker.
Otherwise, you can install rbxpacker with Cargo:
cargo install rbxpacker
rbxpacker outputs the resulting installation script to stdout. To save it, you can write it to a file:
rbxpacker INPUT > installer.lua
For more options, check out rbxpacker --help
.
rbxpacker is available under the MIT license. See LICENSE.md for details.