All Projects → lucamezzalira → haxe-watchify

lucamezzalira / haxe-watchify

Licence: other
automatic build tool for your Haxe and OpenFL projects. It monitors the changes in your files and runs the build of your projects

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
haxe
709 projects

haxe-watchify logo

Haxe-watchify

Haxe-watchify is a command line daemon that check any files changes in your Haxe project and run the build automatically in background.

Currently haxe-watchify is compatible with Haxe and OpenFL projects.

More information Official website

NPM

NPM

How to install

In order to install haxe-watchify you just need to install from NPM as global package:

npm install haxe-watchify -g

After that you'll be able to use haxe-watchify in any of your Haxe projects.

Options

--program - Choose between haxe and openfl.
--hxml - hxml file to be run when files changed.
--compiler - haxe server or static file.
--port - port that haxe compiler will run on.
--src - folder which will be watched for changes. this option can be specified multiple timers.
--livereload - use livereloadx.

Run Example

cd example
haxe build.hxml
../src/haxe-watchify.js --program haxe --src src --src lib --hxml build.hxml --compiler server

Note for Windows users

Haxe-watchify requires Python 2.7.x to be installed in your machine in order to work.

Contacts and suggestions

To report a bug please use the issues section on Github.

You can also check the project roadmap for the tool and the website.

if you want collaborate to the project or if you'd like a new feature, please drop me a line !

Travis CI project status

Build Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].