开发者

Project summary - Source code lines

I'm looking for a tool that would count the number of fi开发者_如何学Pythonles, the number of lines (with or without comments) and possibly other statistics for my project in PHP and JavaScript.

Notes:

  • I've already found SLOCCount which seems quite nice. It requires Cygwin.

  • Yes, I can wrote a simple script for basic information but I'm looking for something more complex.

Do you know about alternatives for Windows?

Thanks!


cloc is a very nice Perl script (available in a standalone Windows executable too) that will break down how many lines of your files are blank, comments, or actual source. It also shows those statistics by file type.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜