-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Christopher Lutz edited this page Dec 21, 2016
·
10 revisions

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.
Dockmaster is run using the dockmaster command.
$ dockmasterHowever, 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]Dockmaster is ©️2016 Christopher Lutz, licensed under the MIT License.