
haxelib
List of commands for haxelib:
-
haxelib:tldr:197ef haxelib: Search for a Haxe library.$ haxelib search ${keyword}try on your machineexplain this command
-
haxelib:tldr:20d28 haxelib: Install the development version of a library from a Git repository.$ haxelib git ${libname} ${git_url}try on your machineexplain this command
-
haxelib:tldr:550fb haxelib: Uninstall a Haxe library.$ haxelib remove ${libname}try on your machineexplain this command
-
haxelib:tldr:980f9 haxelib: Print a tree of locally installed Haxe libraries.$ haxelib listtry on your machineexplain this command
-
haxelib:tldr:a55ca haxelib: Install a Haxe library.$ haxelib install ${libname}try on your machineexplain this command
-
haxelib:tldr:d51bd haxelib: Install a specific version of a Haxe library.$ haxelib install ${libname} ${version}try on your machineexplain this command
-
haxelib:tldr:ebde9 haxelib: Upgrade all installed Haxe libraries.$ haxelib upgradetry on your machineexplain this command