Giter VIP home page Giter VIP logo

haxeumlgen's Introduction

HaxeUmlGen generates class diagrams dynamically for a haXe project.
HaxeUmlGen uses Graphviz to draw the diagram, so graphviz must be
installed and the binary must be added to the path.  Graphviz is a
free program that can be found at http://www.graphviz.org.


USAGE

HaxeUmlGen uses the xml file created when the -xml flag is passed in
to the haxe compiler.  It can be run directly from haxelib.

  haxelib run HaxeUmlGen XMLFILE

where
  XMLFILE is the file that the haxe compiler created

For example, to generate diagrams of myproject, compile with

  haxe -neko myproject.n -xml myproject.xml MyProject.hx

then generate diagrams with

  haxelib run haxeumlgen myproject.xml

That will create a files called [packagename].png for each package in
the same directory as myproject.xml

The output directory can be changed with the --outdir command line
parameter.  Foreground and background colors can be changed with -f
COLOR and -b COLOR, respectively.  COLOR should be a six character hex
code, like color specifications for html.  Don't quote colors or
prefix with a sharp (#).  Other parameters can be listed with

  neko haxeumlgen --help

CHXDOC

ChxDoc is a source documentation tool written by Russell Weir.
HaxeUmlGen can be integrated with chxdoc by following the instructions
found in the chxdoc directory.

haxeumlgen's People

Contributors

danielku15 avatar ianxm avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.