Skip to content

Bash script to invoke CLOC to extract and sum certain layers of an application

Notifications You must be signed in to change notification settings

devjason/layer_cloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Counting Lines of Code
======================

This script executes the CLOC tool to generate counts of lines of code.  It stores the results for individual slices of the source tree in the `report` directory, and emits totals at the end of the run.

Tools
-----
cloc
	- perl module
	- http://cloc.sourceforge.net/

Execution
---------
./count

Markdown
--------
This file is written in Markdown format, do something like this to see it on the command line:

`markdown README | lynx -stdin`

About

Bash script to invoke CLOC to extract and sum certain layers of an application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published