Skip to content

tsotsi116/source_code_lines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Count the number of lines in your source files.

Usage

./source_code_lines -directory {directory}

Options

  • directory: Specifies the directory to be analyzed.
    The program reads all the files in the specified directory and subdirectories recursively
    Default behavior is to analyze the current directory

Ignored Directories

By default, the following directories are ignored

  • .git
  • vendor
  • node_modules
  • .idea
  • .vscode
  • logs
  • venv
  • tmp
  • target

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages