hxpkg

Local haxelib package installer
https://github.com/CobaltBar/hxpkg/

To install, run:

haxelib install hxpkg 1.2.0 

See using Haxelib in Haxelib documentation for more information.

README.md

HxPKG

Installs packages locally from a .hxpkg file

Inspired by hmm

Installation

  • haxelib --global install hxpkg - Install HxPKG globally
  • haxelib run hxpkg install - Install from .hxpkg

Usage

  • haxelib run hxpkg [command] [options]

Commands

  • haxelib run hxpkg install - Installs all packages from the .hxpkg file
  • haxelib run hxpkg add - Adds a package to the .hxpkg file (Add multiple by seperating with commas)
  • haxelib run hxpkg add [name] [version/git link] [branch name/git hash]
  • haxelib run hxpkg remove - Removes a package from the .hxpkg file
  • haxelib run hxpkg clear - Removes all packages from the .hxpkg file
  • haxelib run hxpkg uninstall - Removes all packages installed by the .hxpkg file
  • NOTE: Does not remove dependencies
  • haxelib run hxpkg help - Shows help information

Options

  • --quiet - (Used with install) Silent Installation
  • --force - (Used with install) Install packages even if a local haxelib repository (.haxelib) exists
  • --beautify - (Used with add, remove and clear) Formats the .hxpkg file
  • --remove-all - (Used with uninstall) Removes the whole repo (haxelib deleterepo) instead of the packages specified in the .hxpkg

Credits

  • Cobalt Bar (Main Developer)
Contributors
CobaltBar
Version
1.2.0
Published
4 days 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