1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-22 11:44:01 +02:00
tldr/pages/common/haxelib.md
Managor 99c7af4917
*: use a more specific more info link, org domain (#17699)
Mass update for more specific "more info" links
2025-08-16 11:12:49 -07:00

616 B

haxelib

Haxe Library Manager. More information: https://lib.haxe.org/documentation/using-haxelib/.

  • Search for a Haxe library:

haxelib search {{keyword}}

  • Install a Haxe library:

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