2 releases
0.0.2 | Jun 17, 2024 |
---|---|
0.0.1 | Mar 26, 2024 |
#5 in #hmm
27KB
524 lines
hmm-rs
A Rust implementation of Haxe Module Manager (hmm
)
Installation
hmm-rs
can be installed as a binary from crates.io: https://crates.io/crates/hmm-rs
With Rust installed:
cargo install hmm-rs
or directly from git:
cargo install --git https://github.com/ninjamuffin99/hmm-rs hmm-rs
TODO List
- Github actions
- Windows Build
- Linux Build
- Mac Build
- Github Releases
- Create tests against haxe
hmm
hmm commands to implement
- install - installs libraries listed in hmm.json
- haxelib
- git
- check if version is already installed
- from-hxml
- reinstall
- haxelib
- git
- hg
- dev
- update
- remove
- lock
Dependencies
~39–54MB
~1M SLoC