Skip to content

Instantly share code, notes, and snippets.

@Pegolon
Created April 19, 2018 08:24
Show Gist options
  • Save Pegolon/31892a559b1652a2b20330671147eb9f to your computer and use it in GitHub Desktop.
Save Pegolon/31892a559b1652a2b20330671147eb9f to your computer and use it in GitHub Desktop.
Count lines of code in Swift files
# brew install cloc
cloc --csv --csv-delimiter=";" --report-file=~/Desktop/output.csv .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment