0.1.7 • Published 9 years ago

haxelib v0.1.7

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Haxe logo

Haxelib.js

About

Haxelib.js is a tool used to automatically publish haxe libraries to NPM. It's written in Haxe and run as a command line with nodejs. THe server side is written in Haxe and published in PHP.

list of published libs

Installation

If you have the node package manager, npm, installed:

npm install -g haxelib

Getting Started

Display information about how to using this module.

haxelib help

Update local lib list

haxelib update

Add a new Lib to haxelib

haxelib add

it will prompt for a lib name, description, author, and git url to clone the project

Publish all libs to NPM

haxelib publish

Do not use this, the server on haxelib.tamina-online.com will publish automatically all new libs.