LinuxCommandLibrary

haxelib

package manager for the Haxe programming language

TLDR

Install a library

$ haxelib install [library]
copy
Install specific version
$ haxelib install [library] [version]
copy
Install from zip file
$ haxelib install [file.zip]
copy
Update a library
$ haxelib update [library]
copy
Update all libraries
$ haxelib upgrade
copy
List installed libraries
$ haxelib list
copy
Search for libraries
$ haxelib search [query]
copy
Remove a library
$ haxelib remove [library]
copy

SYNOPSIS

haxelib command [arguments]

DESCRIPTION

haxelib is the package manager for the Haxe programming language. It allows searching, installing, upgrading, and removing libraries from the haxelib repository at lib.haxe.org. Libraries can be installed from the repository, git repositories, or local zip files.

SUBCOMMANDS

install name [version]

Install a library.
update name
Update a single library.
upgrade
Update all installed libraries.
remove name
Remove a library.
list
List installed libraries.
search query
Search for libraries.
info name
Show library information.
run name
Run a library's run script.

SEE ALSO

haxe(1), npm(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community