Liking cljdoc? Tell your friends :D

CI CD GitHub tag (latest by date) Clojars Project GitHub issues GitHub pull requests License

lein-cofx

A Leiningen middleware to inject project.clj with some execution context.

Only a few useful known replacements are currently supported.

Usage

Step 1. Add Plugin

Add the following dependency into the :plugins vector of project.clj:
Clojars Project

Step 2. Add Middleware

Add the following to the :middleware vector of project.clj:

:middleware [leiningen.cofx/middleware]

Step 3. Replace Values

Replace any value, at any level of nesting, in project.clj with a supported keyword such as :lein-cofx/git-status-to-version.

Git-based version

:lein-cofx/git-status-to-version
;; ->
"0.0.1"

ISO-like datetime

:lein-cofx/iso-date-time
;; ->
"2019-11-18T00:05:02.273361"

ISO week-based date

:lein-cofx/iso-week-date
;; ->
"2019-W47-2"

Username

:lein-cofx/user-name
;; ->
"isaac"

License

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