Skip to content

tarnauld/rdoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rdoc

A simple HTML documentation generator

rdoc

USAGE:
    rdoc <SUBCOMMAND>

OPTIONS:
    -h, --help    Print help information

SUBCOMMANDS:
    authors     Add authors for a commit
    describe    Add description for a commit (markdown supported)
    generate    Generate HTML report for the current GIT repository.
    gitmoji     Lists emojis available (beta)
    help        Print this message or the help of the given subcommand(s)
    index       Generate the rdoc index.
    init        Create an empty Rdoc directory
    search      Returns a list of commits containing expression.
    show        Show commit info.
    tag         Add tag for a commit
    update      Update the rdoc index.
    ```