openeuler-ci-bot fce5d66280
!11 update to 1.98
From: @lyn1001 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-09-15 03:18:42 +00:00
2023-09-14 16:35:28 +08:00
2023-09-14 16:35:28 +08:00
2020-08-13 11:48:00 +08:00
2022-02-26 11:48:55 +08:00
2022-02-26 11:48:55 +08:00

cloc

Description

cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.

Software Architecture

Software architecture description

Installation

npm install -g cloc              # https://www.npmjs.com/package/cloc
sudo apt install cloc            # Debian, Ubuntu
sudo yum install cloc            # Red Hat, Fedora
sudo dnf install cloc            # Fedora 22 or later
sudo pacman -S cloc              # Arch
sudo emerge -av dev-util/cloc    # Gentoo https://packages.gentoo.org/packages/dev-util/cloc
sudo apk add cloc                # Alpine Linux
doas pkg_add cloc                # OpenBSD
sudo pkg install cloc            # FreeBSD
sudo port install cloc           # macOS with MacPorts
brew install cloc                # macOS with Homebrew
choco install cloc               # Windows with Chocolatey
scoop install cloc               # Windows with Scoop

Instructions

cloc [options] <file(s)/dir(s)/git hash(es)> | <set 1> <set 2> |

Contribution

  1. Fork the repository
  2. Create Feat_xxx branch
  3. Commit your code
  4. Create Pull Request
Description
No description provided
Readme 2.3 MiB
Languages
RPM Spec 100%