Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.
/ rbxpacker Public archive

Generates installer packages for Roblox Lua libraries

License

Notifications You must be signed in to change notification settings

LPGhatguy/rbxpacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Generates installer packages for Roblox Lua libraries

Resources

License

Stars

Watchers

Forks

Packages

No packages published