Added ffmpeg, haxelib, Matt's Traceroute and imagemagick convert.
This commit is contained in:
19
pages/common/haxelib.md
Normal file
19
pages/common/haxelib.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# haxelib
|
||||
|
||||
> Haxe Library Manager
|
||||
|
||||
- Search for a Haxe library
|
||||
|
||||
`haxelib search {{keyword}}`
|
||||
|
||||
- Install a Haxe library
|
||||
|
||||
`haxelib install {{libname}}`
|
||||
|
||||
- Upgrade all installed Haxe libraries
|
||||
|
||||
`haxelib upgrade`
|
||||
|
||||
- Install the development version of a library from a Git repository
|
||||
|
||||
`haxelib git {{libname}} {{GIT-URL}}`
|
Reference in New Issue
Block a user