Skip to content

A Rust implementation of Haxe Module Manager (hmm)

Notifications You must be signed in to change notification settings

ninjamuffin99/hmm-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Install Haxelibs from Git
  • Install haxelibs from haxelib (lib.haxe.org)
  • Download to .haxelib/ folder
  • 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
  • setup
  • haxelib
  • git
  • hg
  • dev
  • update
  • remove
  • lock

About

A Rust implementation of Haxe Module Manager (hmm)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages