lix-pm / lix.client

A dependable package manager for your Haxe projects
The Unlicense
119 stars 23 forks source link

Read dependencies from haxelib.json #24

Open grosmar opened 6 years ago

grosmar commented 6 years ago

lix should read and install depenencies from haxelib.json.

This way there is no need to call manually lix install... for each dependency, but you can simply define them in the haxelib.json file.

This way it's even easier to migrate from haxelib to lix.

back2dos commented 6 years ago

It does that already, also with support for lix-based urls: https://github.com/haxetink/tink_web/blob/pure/haxelib.json#L22

If it doesn't work as expected, chances are the haxelib.json is malformed.

back2dos commented 6 years ago

I understand the issue now ^^

The point is to download the dependencies of the project itself as specified in the haxelib.json.