HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

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

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandlibraryhaxehaxelibcliinformationmoremanager

Problem

How to use the haxelib command: Haxe Library Manager. More information: <https://lib.haxe.org/documentation/using-haxelib/>.

Solution

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

Code Snippets

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}}

Context

tldr-pages: common/haxelib

Revisions (0)

No revisions yet.