Getting the version of the current clojure project in the repl

后端 未结 8 1602
太阳男子
太阳男子 2020-12-08 20:27

Is it possible to grab the project information within the clojure repl?

For example, if there was a project defined:

(defproject blahproject \"0.1.2\         


        
8条回答
  •  南笙
    南笙 (楼主)
    2020-12-08 21:25

    For a more fully-featured approach, you might want to take a look at the configleaf plugin for Leiningen (https://github.com/davidsantiago/configleaf). It will make the project map, with active profiles merged in, available to project code in a namespace of your choosing.

提交回复
热议问题