tokei.rs badge service
tokei.rs has support for badges. For example
.
[](https://github.com/Aaronepower/tokei_rs).
Tokei's URL scheme is as follows.
https://tokei.rs/<host>/<namespace>/<name>
host: eithergithuborgitlab.namespace: The namespace of the repo. eg.rust-langorAaronepower.name: the name of the repo eg.rustortokei.
By default the badge will show the repo's LoC(Lines of Code), you can also
specify for it to show a different category, by using the ?category= query
string. It can be either code, blanks, files, lines, or comments.
Here is an example showing total number of lines.
.
[](https://github.com/Aaronepower/tokei).