Created
April 3, 2016 10:58
-
-
Save meysampg/793c2662d5396cb63d84e22c39daec7d to your computer and use it in GitHub Desktop.
Count number of lines of Yii2 Project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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