A utility module that has helper functions for Version. At the moment, it only has one function that is used to compare Versions, regardless of being a string or Version object.
This module is bound to change over time as different scenarios are brought up.
For now, only Wally is supported. If there's demand, other methods will be added!
Put the following under [dependacies]
in your wally.toml
file:
Versioner = "leoyulee/[email protected]"
Then run wally install
.
- Fixed an incorrect reference preventing this package from functioning in wally workspaces.
Aftman tools:
Other tools:
- Install wally dependacies.
- Build rojo project with
dev.project.json
.
To build the place from scratch, use:
rojo build -o "Versioner.rbxlx"
Next, open Versioner.rbxlx
in Roblox Studio and start the Rojo server:
rojo serve
For more help, check out the Rojo documentation.