# Line Counter This is a console app that monitors a git repository and reports on the number of lines changed in the repository while it is running. The results are displayed in the console and are written to a file. ## Installation ```pwsh npm install -g @stevanfreeborn/line-counter ``` ## Usage ```pwsh line-counter [polling-interval-in-seconds] ```