https://github.com/maybekoi/hmm-cpp
A C++ implementation of Haxe Module Manager (hmm)
https://github.com/maybekoi/hmm-cpp
haxe
Last synced: about 2 months ago
JSON representation
A C++ implementation of Haxe Module Manager (hmm)
- Host: GitHub
- URL: https://github.com/maybekoi/hmm-cpp
- Owner: maybekoi
- License: mit
- Created: 2025-03-06T23:12:01.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-06T23:29:27.000Z (2 months ago)
- Last Synced: 2025-03-07T00:24:51.904Z (2 months ago)
- Topics: haxe
- Language: C++
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hmm-cpp
A C++ implementation of Haxe Module Manager [hmm](https://github.com/andywhite37/hmm)
# Installation
Download the latest release from the [releases](https://github.com/maybekoi/hmm-cpp/releases) page.
Put the hmm.exe file somewhere and then add the path to the hmm.exe file to your system's PATH environment variable.# differences between regular hmm and hmm-cpp
* uhh the language it was coded in
* 2 new commands:
* hmm set (sets the version of a haxelib, works exactly like the "haxelib set" command but this edits hmm.json too!) (totally didn't look at [ninjamuffin's issue in the regular hmm git repo](https://github.com/andywhite37/hmm/issues/25)
and
* hmm list (lists all of your installed haxelib libraries, and if it uses git it shows the commit and branch!) (totally didn't look at [ninjamuffin's issue in the regular hmm git repo](https://github.com/andywhite37/hmm/issues/24)
thats all I think
# Credits
- [andywhite37](https://github.com/andywhite37) - Original hmm project
- [maybekoi](https://github.com/maybekoi) - C++ implementation
- [ninjamuffin99](https://github.com/ninjamuffin99) - hmm set and hmm list command ideas