ikitommi / badigeon

A Clojure build library based on tools.deps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Badigeon

Badigeon is a build library based on tools.deps. Badigeon can be used to:

  • Compile java sources
  • AOT compile Clojure sources
  • Package a project as a jar file
  • Install jar files to the local maven repository
  • Install jar files to remote maven repository
  • Sign jar files
  • Package a project into a standalone bundle with a start script
  • Produce a custom JRE runtime using jlink
  • Package a project as a war file
  • Execute shell commands in a separate process

Release information

Latest release: 0.0.7

deps.edn dependency information:

badigeon/badigeon {:git/url "https://github.com/EwenG/badigeon.git"
                   :sha "e7f62a60d8e890fc84a47bcfdd59137e11ff1c95"
                   :tag "0.0.7"}

API

API usage

Sample file


License

Copyright 2019 Ewen Grosjean.

The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0) which can be found in the file epl-v10.html at the root of this distribution.

By using this software in any fashion, you are agreeing to be bound by the terms of this license.

You must not remove this notice, or any other, from this software.

About

A Clojure build library based on tools.deps.


Languages

Language:Clojure 88.5%Language:HTML 11.5%Language:Shell 0.0%