Skip to content

joshbuddy/code_stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Code Stats

Usage

In your Rakefile, add

begin
  require 'code_stats'
  CodeStats::Tasks.new
rescue LoadError
  puts "Code Stats not available, install it with gem install code_stats"
end

And you get:

Summary
                                                                    154 Lines
                                                                    123 Code
                                                                      0 Comments
                                                                   0.00 Comments to code %
                                                                     31 Empty

Options

  • directories: Takes an array of directories to report on. (default: ‘lib’)

  • reporting_depth: Depth of subdirectories to report on. 0 is summary mode. (Default: 0)

About

Brief code stats from your rakefile

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages