Skip to content
Matijs van Zuijlen edited this page Mar 5, 2017 · 4 revisions

Developer's take note! All those TODO: and FIXME: notes floating around your source code are rotting away. They are trapped and in desparate need of your attention.

Not to fret. D'Note is here to provide them liberation. D'Note scans source code for labeled comments, then collects, collates and sorts them, and finally returns them to you in a format of your choosing.

Quick Start

$ sudo gem install dnote
$ cd myproject
$ dnote --html --output log/dnote/index.html lib/**/*.rb
$ xdg-open log/dnote/index.html

Details

Follow the links below for a more comprehensive overview of D'Note's functionality.

Now that you know all about D'Note... well what are you waiting for? Go get those notes out where you can see them!

Clone this wiki locally