NAntGraphCmd allows you to generate graph image files automatically, from the commandline, or from any build tool that supports using commandline tools.

Supported commandline parameters include:

/buildfile *filename*

Specify the NAnt or Ant build file to process

/out *filename*

Specify the output image to generate

/descriptions

Include target descriptions as nodes in the graph

/width=*size*

/height=*size*

Specify the size of the final image.

If only width is specified, the height of the image will be calculated to suit the aspect ratio of the generated graph. Similarly, if only height is specified, image width will be automatically calculated.

/help

Write the list of available parameters to the console.