A simple way to count the non-blank, non-comment lines in your code. (Doesn't use project files to identify source; just a wildcard. Doesn't support multi-line comments.)
3 people like thisPosted: 12 years ago by Kit Eason
Simple (and inaccurate) command line LOC counter mainly for .fs and .fsx files. Extended from: http://www.fssnip.net/b6/title/How-many-lines-of-code-does-your-project-contain Searches current directory and subdirectories (can be changed to only search current dir). Can be changed to whatever filetype is needed. Can be either run as a script (with fsi) or compiled (with fsc).
7 people like thisPosted: 5 years ago by LSM07