Simple Leiningen plugin to read inline notes in the source codes. Just came to Clojure from a few years in Ruby and I miss the 'rake notes' to show inline notes in the source. I don't seem to find a Clojure replacement for it so I decided to write one. This is one of my very first Clojure project so the codes are a bit messy but it gets the job done.
Run the following command
$ lein plugin install lein-notes 0.0.1
Right now, this reads FIXME, TODO and OPTIMIZE in all source codes and skip the classes/, .git/ and lib/ directories. The output is a bit rough
$ lein notes
Copyright (C) 2010 David Li
Distributed under the Eclipse Public License, the same as Clojure.