Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 696 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 696 Bytes

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.1" :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.