@hacksawstudios/haxe-module-installer
v1.2.6
Published
Install haxe modules through npm
Downloads
1,464
Readme
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