Liking cljdoc? Tell your friends :D

lein-project-reader.core


read-clojure-fileclj

(read-clojure-file file)
source

read-projectclj

(read-project)
(read-project path)

Returns a map representing the Leiningen project definition. It provides :name and :version keys in addition to all the keys provided in the project.clj defproject form. Reads project.clj in the current working directory by default.

Returns a map representing the Leiningen project definition. It provides
:name and :version keys in addition to all the keys provided in the project.clj
defproject form. Reads project.clj in the current working directory by default.
sourceraw docstring

read-project-formclj

(read-project-form)
(read-project-form path)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close