Skip to content
Christopher Lutz edited this page Dec 21, 2016 · 10 revisions

Dockmaster Logo

Dockmaster is a documentation generator for Ruby that takes documentation from source code and converts it into intuitive webpages. It is currently a work-in-progress and is not ready for release.

Command Usage

Dockmaster is run using the dockmaster command.

$ dockmaster

However, there are several options that can be added:

Option Function
-v, --version Prints Dockmaster's version
-d, --debug Prints details about generation process
-s, --serve Launches a WEBrick server for the generated files
-n, --no-build Disables documentation generation (usually used alongside -s)

Final command usage:

$ dockmaster [--option]

Clone this wiki locally