haxelib
haxelib copied to clipboard
Add json format for list command
The format of haxelib list is not trivial to parse. It would be useful to have a --json flag that prints a json format. for example:
[{ "name": "...", "installed_versions": ["1.0.0", "1.0.1"], "current_version": "1.0.1" }]