module Npmdc
Constants
- VERSION
Public Class Methods
call(options = {})
click to toggle source
# File lib/npmdc.rb, line 7 def call(options = {}) Npmdc::Checker.new(options).call rescue Npmdc::Errors::ConfigurationError => e abort(e.banner) end
config()
click to toggle source
# File lib/npmdc.rb, line 14 def config @config ||= Config.new end
configure() { |config| ... }
click to toggle source
# File lib/npmdc.rb, line 18 def configure yield config end