Many times, people never look at the documentation that I write. So I made a grunt task, that slurps in the properly formatted documentation. The task then creates a js file. When included in your page, is makes an object accessible in your console called rtfm.<p>When you type rtfm.something, the console prints out the documentation for "something" (provided it exists).<p>Let me know what you think!