Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Project Lines of Code / LOC from TextMate?

I'm trying to find a trivially easy way of estimating the LOC for my Rails project, including views and CSS.

Is there a way to do this using TextMate?

If not, how else can one go about getting a total LOC estimate for Rails?

Edit

For clarification, I'm asking for a way to determine a value that includes html and css.

like image 652
sscirrus Avatar asked Apr 24 '11 08:04

sscirrus


1 Answers

Type rake stats into a terminal. It will output Code Lines of Code as well as Test Lines of Code.

like image 132
Ryan Bigg Avatar answered Nov 17 '22 08:11

Ryan Bigg