0.1.7 • Published 10 years ago
haxelib v0.1.7
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.
Installation
If you have the node package manager, npm, installed:
npm install -g haxelibGetting Started
Display information about how to using this module.
haxelib helpUpdate local lib list
haxelib updateAdd a new Lib to haxelib
haxelib addit will prompt for a lib name, description, author, and git url to clone the project
Publish all libs to NPM
haxelib publishDo not use this, the server on haxelib.tamina-online.com will publish automatically all new libs.