forked from AlDanial/cloc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
34 lines (25 loc) · 918 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
README: cloc - statistics utility to count lines of code
----------------------------------------------------------------
Count physical lines of source code in the given files (may be
archives such as compressed tarballs or zip files) and/or recursively
below the given directories. Given two directories or archive
files, it can compute differences of source code and comments
between the code bases.
Important files
COPYING GPL v2 or later Licence
INSTALL Install instructions
NEWS Project change records
Project details
Homepage
https://github.com/AlDanial/cloc
To report bugs
See Devel site
Source code repository
See Devel site
Depends
Perl (version 5.006 or newer). Uses only standard Perl libraries.
CPAN Algorithm::Diff
CPAN Regexp::Common
CPAN Parallel::ForkManager
CPAN Digest::MD5
End of file