/boot-marginalia

Boot plugin for marginalias

Primary LanguageClojure

Clojars Project

Boot Marginalia

Boot plugin for marginalia

Try

run

boot -d it.frbracch/boot-marginalia marginalia

Usage

Add boot-marginalia to your build.boot dependencies and require the namespace it.frbracch.boot-marginalia

(set-env! :dependencies '[
  [it.frbracch/boot-marginalia "0.1.3" :scope "test"]
])

(require
  '[it.frbracch.boot-marginalia :refer [marginalia]])

For the complete list of the options boot marginalia -h

The resulting html file can be found in target/docs/uberdoc.html

License

Copyright © 2015 Francesco Bracchi

Licensed under Eclipse Public License.