Path to this page:
Next | Query returned 2 messages, browsing 1 to 10 | previous
CVS Commit History:
2021-01-13 10:36:47 by pin | Files touched by this commit (3) |  |
Log message:
devel/tokei: update to 12.1.2
-Fix all feasible clippy issues (#687)
-Implement compact output feature (#605) (#690)
-add asciidoc support and test (#692)
-Add support for pug (#679)
-Add support for ocamllex (*.mll) and ocamlyacc (*.mly) files. (#667)
|
2021-01-01 15:44:32 by pin | Files touched by this commit (5) |
Log message:
devel/tokei: import package
Originally packaged by Nikita in wip.
Tokei is a program that displays statistics about your code. It will
show number of files, total lines within those files and code,
comments, and blanks grouped by language. Some of Tokei's features
are:
- Tokei is fast
- Tokei is accurate, it correctly handles multi line comments,
nested comments, and not counting comments that are in
strings. Providing an accurate code statistics.
- It supports a huge range of languages, supporting over 150
languages, and their various extensions.
- It can output in multiple formats(CBOR, JSON, TOML, YAML)
allowing Tokei's output to be easily stored, and reused. These can
also be reused in Tokei combining a previous run's statistics with
another set.
|
Next | Query returned 2 messages, browsing 1 to 10 | previous