#roblox #script #generate #lua #packages #installer #file

app rbxpacker

Generates installation scripts for Roblox libraries

5 stable releases

Uses old Rust 2015

1.2.2 Nov 28, 2017
1.2.0 Nov 7, 2017
1.1.0 Nov 1, 2017
1.0.0 Nov 1, 2017

#49 in #roblox

29 downloads per month

MIT license

13KB
312 lines

rbxpacker

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.

Installation

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

Usage

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.

License

rbxpacker is available under the MIT license. See LICENSE.md for details.

Dependencies

~5.5MB
~115K SLoC