You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lix is a package manager that makes it easy for you to track dependencies used in your Haxe project, and to make sure everyone always has the right versions when they build your app.
Once implemented, the build steps for new users will be significantly improved. Instead of having users run 20 different commands, they can just run
lix install
and it will install all the Haxe libraries the user needs.
If configured properly, we might even be able to stop the constant and annoying reports about people who forgot to build extension-webm.
lix is an easy-to-use package manager for Haxe: https://github.com/lix-pm/lix.client
lix is a package manager that makes it easy for you to track dependencies used in your Haxe project, and to make sure everyone always has the right versions when they build your app.
Once implemented, the build steps for new users will be significantly improved. Instead of having users run 20 different commands, they can just run
and it will install all the Haxe libraries the user needs.
If configured properly, we might even be able to stop the constant and annoying reports about people who forgot to build
extension-webm.