Module: DocHealth

Defined in:
lib/doc_health.rb,
lib/doc_health/cli.rb,
lib/doc_health/git.rb,
lib/doc_health/report.rb,
lib/doc_health/version.rb

Defined Under Namespace

Classes: CLI, Error, Git, Report

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.health_reportObject



10
11
12
13
# File 'lib/doc_health.rb', line 10

def self.health_report
  options = DocHealth::CLI.options
  Report.new(options).generate
end