haxelib
v0.1.7
Published
Externs and Librairies for haxe
Downloads
4
Maintainers
Readme
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 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.