logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

haxelib - Haxe Library Manager

Author

       Haxe is currently maintained by the Haxe Foundation.  It was originally written by Nicolas  Cannasse  for
       Motion-Twin.

Commands

installlibrary[version]
              Install a given library from the global repository.  Once a project is installed, you  can  simply
              use  haxe-liblibrary... to be able to use it from your application.  By default, this is the
              current version of the project that is used.  If you  want  to  use  a  specific  version  of  the
              project, use haxe-liblibrary:version ...

       list   List all installed libraries and their versions.

       upgrade
              Upgrade all installed libraries to their latest version.

       removelibrary[version]
              Remove a given library.

       setlibrary[version]
              Set the current version for a library. The version must be already installed.

       searchword
              List global libraries matching a word.

       infolibrary
              List information on a given library.

       userlibrary
              List information on a given user on the global repository.

       registername
              Register a new user in the global repository.

       submitlibrary
              Submit or update a library to the global repository.

       setup  Set the haxelib repository path.

       configlibrary
              Print the local repository path.

       pathlibraries...
              List the path to the given libraries.

       runlibrary[arguments...]
              Run  the  specified  library with arguments if it provides a run script. Be careful about trusting
              libraries this way since the script can damage your system.

       testlibrary
              install the specified library locally.

       dev    Set the development directory for a given project.

Description

       haxelib  is  a  command-line  tool to manage both the global repository and your local repository of Haxe
       libraries and projects.

Name

       haxelib - Haxe Library Manager

See Also

haxe(1).

Synopsis

haxelib [command] [options...]

Web

https://haxe.org/.

                                                  May 12, 2017                                        HAXELIB(1)

See Also