ThatRozebudDude / FPS-Plus-Public

Other
102 stars 103 forks source link

[ENHANCEMENT] Incorporate Haxe's Module Manager (`hmm`) #79

Closed doggogit closed 1 week ago

doggogit commented 4 weeks ago

Haxe's Module Manager is a really neat tool that allows you to install all haxelibs required for a project with just one command.

After the command is initiated, hmm makes a .haxelib folder within the root directory and installs the libraries locally, meaning there won't be any conflicts from one Haxe project to another that requires a certain version/branch/fork of said haxelib.

For more information regarding hmm, read here.

Updated README instructions to match the PR.

ThatRozebudDude commented 1 week ago

I've been meaning to do this for a lil' bit but I just never got around to it. Thank you for setting this up!

doggogit commented 1 week ago

I've been meaning to do this for a lil' bit but I just never got around to it. Thank you for setting this up!

ay man, you're welcome! glad i can help :)