Haxe Module Installer
Script to install haxe modules through npm.
Usage
Add dependency to your module: ``npm i -D @hacksawstudios/haxe-module-installer
``
Add postinstall script to scripts in package.json:
`` "postinstall": "npx @hacksawstudios/haxe-module-installer"
``
How does it work?
It simply copies the package to .haxelib folder and runs `haxelib dev
`