1HAXELIB(1)                       User Commands                      HAXELIB(1)
2
3
4

NAME

6       haxelib - manual page for haxelib 4.0.2
7

DESCRIPTION

9       Haxe Library Manager 4.0.2 - (c)2006-2019 Haxe Foundation
10
11              Usage: haxelib [command] [options] Basic
12
13       install
14              : install a given library, or all libraries from a hxml file
15
16       update : update a single library (if given) or all installed libraries
17
18       remove : remove a given library/version
19
20       list   : list all installed libraries
21
22       set    : set the current version for a library
23
24              Information
25
26       search : list libraries matching a word
27
28       info   : list information on a given library
29
30       user   : list information on a given user
31
32       config : print the repository path
33
34       path   :  give  paths to libraries' sources and necessary build definiā€
35              tions
36
37       libpath
38              : returns the root path of a library
39
40       version
41              : print the currently used haxelib version
42
43       help   : display this list of options
44
45              Development
46
47       submit : submit or update a library package
48
49       register
50              : register a new user
51
52       dev    : set the development directory for a given library
53
54       git    : use Git repository as library
55
56       hg     : use Mercurial (hg) repository as library
57
58              Miscellaneous
59
60       setup  : set the haxelib repository path
61
62       newrepo
63              : create a new local repository
64
65       deleterepo
66              : delete the local repository
67
68       convertxml
69              : convert haxelib.xml file to haxelib.json
70
71       run    : run the specified library with parameters
72
73       proxy  : setup the Http proxy
74
75              Available switches
76
77       --flat : do not use --recursive cloning for git
78
79       --always
80              : answer all questions with yes
81
82       --debug
83              : run in debug mode, imply not --quiet
84
85       --quiet
86              : print less messages, imply not --debug
87
88       --system
89              : run bundled haxelib version instead of latest update
90
91       --skip-dependencies: do not install dependencies
92
93       --never
94              : answer all questions with no
95
96       --global
97              : force global repo if a local one exists
98
99
100
101haxelib 4.0.2                     August 2021                       HAXELIB(1)
Impressum