Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dreikanter/vs-loc-counter
Source lines counter for Visual Studio projects
https://github.com/dreikanter/vs-loc-counter
Last synced: 29 days ago
JSON representation
Source lines counter for Visual Studio projects
- Host: GitHub
- URL: https://github.com/dreikanter/vs-loc-counter
- Owner: dreikanter
- Created: 2012-06-02T20:30:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-02T21:32:30.000Z (over 12 years ago)
- Last Synced: 2023-03-13T10:22:22.568Z (over 1 year ago)
- Language: C#
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Source lines counter for C# projects
A simple tool to get number of [LOCs](http://en.wikipedia.org/wiki/Source_lines_of_code) for Visual Studio solutions and projects.
Specify *.csproj or *.sln file to process and `/l` or `/s` option to calculate lines of code or total source files size. `/ls` will display both values separated with semicolon.
lcnt /l MyProject.csproj
lcnt /s MySolution.slnCalculated data could be appended to the log file.
lcnt /ls MySolution.sln loc-stat.log