With haxelib
package manager, we can get the path to an installed library by using the libpath
command:
With lix
, it doesn’t seem that there is an equivalent command. So how can we get the path to an installed library with it?
My use case: I’ve a package that contains web resources (JS files, images, whatever). I install it with:
lix install github:user/my_package
(eventually: lix +lib my_package
)
These resources need to be copied to the Web root of my local project. For this, I use a dedicated shell script (Bash, PowerShell, whatever).