gmbm
Binary module manager for garrysmod.
init
- Initializes gmbm at the program's dir. You will need to run this when first installing gmbm in the future, but right now it is optional.clone
- Clones a github repo into a cache to be built with build
.build
- Builds a repo into a DLL to be installed with install
.install
- Moves a DLL from an existing and compiled package into the garrysmod/lua/bin
folder.verify
- Verifies the integrity of a package's DLL. (Does basic checks for now.)```bash
gmbm clone https://github.com/Derpius/VisTrace
gmbm build vistrace
gmbm install vistrace
```