Skip to content

Instantly share code, notes, and snippets.

@meysampg
Created April 3, 2016 10:58
Show Gist options
  • Select an option

  • Save meysampg/793c2662d5396cb63d84e22c39daec7d to your computer and use it in GitHub Desktop.

Select an option

Save meysampg/793c2662d5396cb63d84e22c39daec7d to your computer and use it in GitHub Desktop.
Count number of lines of Yii2 Project
# You need to install cloc. On arch `yaourt -S colc`.
cloc --exclude-dir=web,vendor,.git,main,config,runtime,tests .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment