module SchemaDoc

generate

json
 for schema doc
(see simple datasets package schema from okfn ???)

Constants

MAJOR
MINOR
PATCH
VERSION

Public Class Methods

banner() click to toggle source
main() click to toggle source
# File lib/schemadoc.rb, line 22
def self.main
  ## NB: only load (require) cli code if called
  require 'schemadoc/cli/runner'

  Runner.new.run( ARGV )
end
root() click to toggle source
# File lib/schemadoc/version.rb, line 18
def self.root
  "#{File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) )}"
end
version() click to toggle source
# File lib/schemadoc/version.rb, line 10
def self.version
  VERSION
end