gitemall


To install, run:

haxelib install gitemall 1.0.3 

See using Haxelib in Haxelib documentation for more information.

README.md

Git'em All!

Install Haxe libraries with git.

Until there is a Haxe library manager that does proper version locking (as in CocoaPods or Yarn), I prefer checking-in all my haxelibs in my project's git.

Prerequisite

The current folder must be initialized with git

Install

haxelib --global install gitemall

Usage

haxelib --global run gitemall [hxml]

This command will do the following things:

  1. Create folder .haxelib & haxelib, if not yet exist
  2. Parse the hxml in current directory
  3. For each dependencies, git submodule add it.
  4. Install the libraries by specifying the path in haxelib/libname/.dev
  5. Find haxelib.json in the libraries and parse it. Goto Step 3.
  6. Done

If the url of a library is not found (e.g. not yet published to lib.haxe.org), it will prompt for user input.

Contributors
kevinresol
Version
1.0.3
Published
8 years ago
License
MIT

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub