DomJax is a support library that aids Fantom-Factory in the development of other libraries, frameworks and applications. Though you are welcome to use it, you may find features are missing and the documentation incomplete.
Install DomJax
with the Fantom Pod Manager ( FPM ):
C:\> fpm install afDomJax
Or install DomJax
with fanr:
C:\> fanr install -r http://eggbox.fantomfactory.org/fanr/ afDomJax
To use in a Fantom project, add a dependency to build.fan
:
depends = ["sys 1.0", ..., "afDomJax 0.3"]
Full API & fandocs are available on the Eggbox - the Fantom Pod Repository.
afDomJax - My Awesome domJax project