palapapa / LOCCounter

A simple C# console app that counts LOCs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LOCCounter

time tracker
A simple tool that counts LOCs.
Command format:

    Format: <paths>; <extensions>; <recursive>; <exclude-extension>
    paths: Pipe-separated list of targeted paths. Place "?" in front to exclude.
    extensions: Comma-separated list of targeted file extensions. Leave blank for all extensions.
    recursive: "true" or "false". Whether to recursively search for files in the specified paths.
    exclude-extension: "true" or "false". Whether to exclude the extensions specified in "extensions" and search for all other extensions.
    Example: C:\Code | D:\Programming | ?D:\Programming\Secret; .cs, .cpp, .c; true; false

About

A simple C# console app that counts LOCs.

License:MIT License


Languages

Language:C# 100.0%