TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Node.js code documentation -- how are you doing it?

5 pointsby bpedroover 12 years ago
What Node.js code documentation tools are you using on your projects, and why?<p>Are you using something similar to Javadoc, a perldoc like tool or your own stuff using Markdown and other text processing utilities?

1 comment

michaelmiorover 12 years ago
I like docco-husky[1]. Just add comments inline with Markdown and you get nicely generated literate programming style documentation.<p>[1] <a href="https://github.com/mbrevoort/docco-husky" rel="nofollow">https://github.com/mbrevoort/docco-husky</a>
评论 #4894928 未加载