1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 07:18:29 +01:00
tldr/pages/common/haxelib.md

20 lines
318 B
Markdown
Raw Normal View History

# haxelib
> Haxe Library Manager
- Search for a Haxe library
`haxelib search {{keyword}}`
- Install a Haxe library
`haxelib install {{libname}}`
2015-10-22 09:31:52 +02:00
- Upgrade all installed Haxe libraries
`haxelib upgrade`
- Install the development version of a library from a Git repository
`haxelib git {{libname}} {{GIT-URL}}`