E
E
eellazy2016-02-29 10:12:29
PHP
eellazy, 2016-02-29 10:12:29

How to count the number of characters in a project?

Hi all! How can you count the number of lines or characters of written code in the whole project? Maybe there are services for this? php html js mysql css project

Answer the question

In order to leave comments, you need to log in

1 answer(s)
@
@mgyk, 2016-02-29
_

Have a look at cloc https://github.com/AlDanial/cloc
Gives fast and very handy stats separated by type:

-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
C                               10           4680           6621          30812
C/C++ Header                     3             99            286            496
-------------------------------------------------------------------------------
SUM:                            13           4779           6907          31308
-------------------------------------------------------------------------------

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question