ninjamuffin99 / hmm-rs

A Rust implementation of Haxe Module Manager (hmm)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)


Languages

Language:Rust 100.0%