rbxmk
is a command-line tool for manipulating Roblox files.
rbxmk is useful for development workflows that involve many separate files. If your project is organized into a number of files, such as Lua files for scripting and model files for assets, rbxmk makes it simple to combine these files into a final product, be it a game, plugin, model, and so on.
This project is unstable! Use at your own risk!
- Install Go
- Install Git
- Using a shell with Git (such as Git Bash), run the following command:
go get github.com/anaminus/rbxmk/rbxmk
If you installed Go correctly, this will install rbxmk to $GOPATH/bin
,
which will allow you run it directly from a shell.
The documentation page provides a complete reference on how rbxmk is used.