A Leiningen middleware to inject project.clj
with some execution context.
Only a few useful known replacements are currently supported.
Add the following dependency into the :plugins
vector of project.clj
:
Add the following to the :middleware
vector of project.clj
:
:middleware [leiningen.git-inject/middleware]
Replace any value, at any level of nesting, in project.clj
with a supported
keyword such as :lein-git-inject/version
.
:lein-git-inject/version
;; ->
"0.0.1"
:lein-git-inject/build-iso-date-time
;; ->
"2019-11-18T00:05:02.273361"
:lein-git-inject/build-iso-week-date
;; ->
"2019-W47-2"
:lein-git-inject/user-name
;; ->
"isaac"
Copyright © 2019 Day8 Technology Pty Ltd
Derived from lein-git-version © 2017 Reid "arrdem" McKenzie
Derived from lein-git-version © 2016 Colin Steele
Derived from lein-git-version © 2011 Michał Marczyk
This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary Licenses when the conditions for such availability set forth in the Eclipse Public License, v. 2.0 are satisfied: GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version, with the GNU Classpath Exception which is available at https://www.gnu.org/software/classpath/license.html.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close