0

IDE - Cloud9 - Metrics

How do I efficiently track the total number of lines of code in my project?

I assume I need a plugin

It is a rails app, perhaps there is a gem available?

Does chrome provider an inspector tool and/or plugin to accommodate this?

Nathaniel Rand
  • 516
  • 6
  • 19

1 Answers1

1

Just run

bundle exec rake stats
Zzz
  • 1,703
  • 1
  • 14
  • 21