Module: Npmdc

Defined in:
lib/npmdc.rb,
lib/npmdc/cli.rb,
lib/npmdc/errors.rb,
lib/npmdc/checker.rb,
lib/npmdc/railtie.rb,
lib/npmdc/version.rb,
lib/npmdc/formatter.rb,
lib/npmdc/formatters/base_formatter.rb,
lib/npmdc/formatters/short_formatter.rb,
lib/npmdc/formatters/progress_formatter.rb,
lib/npmdc/formatters/documentation_formatter.rb

Defined Under Namespace

Modules: Errors, Formatter, Formatters Classes: Checker, Cli, Railtie

Constant Summary collapse

VERSION =
'0.2.1'

Class Method Summary collapse

Class Method Details

.call(options = {}) ⇒ Object



6
7
8
# File 'lib/npmdc.rb', line 6

def self.call(options = {})
  Npmdc::Checker.new(options).call
end