Skip to content

yhvicey/ccl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ccl

Utility for counting code line's count.

Usage

ccl <RootFolder> <Suffix> [<Suffix>,...] [<Options>]

Params

RootFolder: Folder to count.

Suffix: Suffix of code file. Start with '.'.

Options:

  • --blank-lines, -b Count blank lines.
  • --hidden-folders, -f Count hidden folders (Start with '.').
  • --verbose, -v Show process log.

Example

ccl ProjectRoot cpp c h -v

This will count all .cpp/.c/.h files' non-blank lines' count in folder ProjectRoot, and log will be print during the procedures.

Binaries

Windows

About

Utility for counting code line's count.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages