0.0.2 • Published 11 years ago

grunt-rtfm v0.0.2

Weekly downloads
7
License
-
Repository
github
Last release
11 years ago

grunt-rtfm

I find myself writing a lot of documentation on large projects. No one ever reads the documentation, because it's too much hassle to head to the wiki, or wherever the docs reside. Now, there's no excuse.

RTFM takes all of the documentation in your project, and puts it in a javascript object. When you're in your web browser's dev tools, just type:

rtfm.<function name>

Then the documentation for that function magically appears.