My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

The "archetype" library is intended to help jumpstart new haxe projects by creating a basic directory structure and configuration bits.

It is loosely based on the maven2 idea of archetypes.

Check out haxe.org and the Haxe Archetype blog for slightly more detail.

Got an idea for an archetype? Drop me a line or enter an issue.

Constructive and fawning feedback welcome.

quickstart

% wget http://haxe-archetype.googlecode.com/files/archetype.zip
% sudo haxelib test archetype
% haxelib run archetype create -artifactId=myProject -packageName=us.versus.them -version=1.0
% cd myProject
% haxe compile.hxml
% ls myProject.swf
myProject.swf

opengl

% haxelib install opengl
% haxelib run archetype create -type=opengl -artifactId=myProject -packageName=us.versus.them -version=1.0.
% cd myProject
% haxe compile.hxml
% ./app

Here is a sample usage.

versions

1.0.1

  • works under windoze now
  • use templated zip files for archetypes
  • expand basic flash app
  • add opengl archetype
Powered by Google Project Hosting