boot-sole / sole

Bring some brevity to your Boot builds.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sole

A brief Boot un-framework.

Usage

To use this in your project, add [sole "0.1.0-SNAPSHOT"] to your :dependencies and then require the function and use it to configure your chose sole base:

(require '[sole.core :refer [sole!]])

(sole! ;; FIXME!!
  )

License

Copyright © 2017-2018 Geoff Shannon

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Bring some brevity to your Boot builds.

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%