Count code lines in your project
- Clone repository
git clone https://github.com/webkadiz/count-code-lines.git
cd count-code-lines
- Run command. For example
./ccl ../../Projects/my-favorite-project
- Watch on result
This will search in two directories
./ccl some-project-dir-inner1,some-project-dir-inner2
This will exlude following folders: build, static, fonts, config
./ccl --blackbox build,static,fonts,config some-project-dir
This add .vue files in watched
./ccl --ext .vue some-project-dir
This print help
./ccl --help