ritschwumm / xsbt-util

some utility functions for sbt plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A helper plugin for sbt compiling jar files for everything on the classpath

To build this code, get and install SBT from
    https://github.com/sbt/sbt

Build and publish the plugin:
    git clone git@github.com:ritschwumm/xsbt-util.git
    cd xsbt-util
    sbt publish-local

Add the plugin to your plugin project's build.sbt
    addSbtPlugin("de.djini" % "xsbt-util"   % <version>)

About

some utility functions for sbt plugins

License:BSD 2-Clause "Simplified" License


Languages

Language:Scala 100.0%