flosse / sloc

simple tool to count SLOC (source lines of code)
MIT License
944 stars 84 forks source link

[Feature request] Allow multiple files/directories #70

Closed Phr33d0m closed 8 years ago

Phr33d0m commented 8 years ago

Hello, it'd be nice to be able to supply the cli more than one file/directory (as in trying to count a Laravel project one's own sloc):

$ sloc app/Http/ app/Console/Commands/ app/Events/ app/Exceptions/ app/Helpers/ app/Models/ app/Policies/ resources/assets/js/ resources/assets/sass/ resources/lang/ resources/views/

That way we can get a more precise output excluding vendor provided libraries.

Regards.

flosse commented 8 years ago

Feel free to hack it an create a PR :)