haxelib
Haxe Library Manager.
- Search for a Haxe library:
haxelib search {keyword}
haxelib install {libname}
- Install a specific version of a Haxe library:
haxelib install {libname} {version}
- Upgrade all installed Haxe libraries:
haxelib upgrade
- Install the development version of a library from a Git repository:
haxelib git {libname} {git_url}
- Uninstall a Haxe library:
haxelib remove {libname}
- Print a tree of locally installed Haxe libraries:
haxelib list
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).