diff options
author | Jeremy Hansen <jebrhansen+SBo@gmail.com> | 2017-12-14 16:46:10 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-16 07:32:07 +0700 |
commit | d4cd1416216013e9128216be42adf220158c4c08 (patch) | |
tree | cd21d4e4d16953649ca63862e64da63f1e0e52ef /development/cloc/README | |
parent | 608783a298eef33abffc91b422e3aac5de31f7c9 (diff) | |
download | slackbuilds-d4cd1416216013e9128216be42adf220158c4c08.tar.gz |
development/cloc: Added (Count Lines of Code).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/cloc/README')
-rw-r--r-- | development/cloc/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development/cloc/README b/development/cloc/README new file mode 100644 index 0000000000..33fca87e42 --- /dev/null +++ b/development/cloc/README @@ -0,0 +1,4 @@ +cloc (Count Lines of Code) + +cloc counts blank lines, comment lines, and physical lines of source code +in many programming languages. |