Hacker News new | ask | show | jobs
Read the fine manual (github.com)
1 points by heezo 4671 days ago
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.

When you type rtfm.something, the console prints out the documentation for "something" (provided it exists).

Let me know what you think!