Skip to content

garethmdavies/boot-marginalia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Boot plugin for marginalias

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Clojure 100.0%