grunt-rtfm
v0.0.2
Published
Put your documentation in the console.
Downloads
5
Readme
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.
