Line counting in powershell
Quick Tip: If you want to do a line count on a project, a really easy way to do it is with a simple Powershell command: Add extension types as necessary. Note that it DOES include comments in the line count. Here’s the stackoverflow article where this originated from, I needed something that would run [...]