Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.12 KB

README.org

File metadata and controls

47 lines (31 loc) · 1.12 KB

cl-data-dictionary

Convert the RESO Data Dictionary to Markdown.

Usage

Makefile

The Makefile provides a single command markdown. First, set the variable CSV to the path of your local copy of RESO’s Data Dictionary. Then:

make markdown

data-dictionary.markdown will be output in the current working directory.

SBCL REPL/Slime

In a CL REPL:

CL-USER> (load "data-dictionary.asd")
CL-USER> (ql:quickload :data-dictionary)
CL-USER> (data-dictionary:-main #p"/path/to/csv")

data-dictionary.markdown will be output in the current working directory.

Dependencies

cl-data-dictionary is distributed as a Common Lisp library, specifically SBCL (but should run under other implementations). As such, there are a couple of requirements:

  • SBCL (or other CL)
  • Quicklisp

Everything else will take care of itself.

Installation

git clone [email protected]:SimplyRETS/cl-data-dictionary

License

This code is licensed under MIT.

Copyright 2015 (c) SimplyRETS, Inc