A set of tools used to unobtrusively consume development artifacts and provide them as clojure edn data. The primary purpose for this is to make it easy to create our gallery.
The gallery features colors and icons. Rather than hand-code the display of each color and icon, this library parses the definitions of our colors and icons, and produces data that the gallery-generating scripts in Salk can use.
brew install lumo
npm install
lumo --classpath src
(require '[reifyhealth.src-munch.util])
(reifyhealth.src-munch.util/slurp "README.md")
(require '[goog.object :as go])
(def fs (js/require "fs"))
(.readFileSync fs "README.md")
(def cp (js/require "child_process"))
(def spawnSync (go/get cp "spawnSync"))
(spawnSync "ls" (clj->js ["-la"]))
Source Copyright © 2017 Reify Health, Inc.
Distributed under the MIT License. See the file LICENSE.