(defn read-project ([file] (try (load-file file) project (catch java.io.FileNotFoundException _ (abort "No project.clj found in this directory.")))) ([] (read-project "project.clj")))
Comments top
No comments for read-project. Log in to add a comment.