okay-loc

Crates.iookay-loc
lib.rsokay-loc
version0.1.0
sourcesrc
created_at2020-05-25 12:16:18.932838
updated_at2020-05-25 12:16:18.932838
descriptionBinary for counting lines of code in project, it is okay and git 'aware'.
homepagehttps://github.com/Dewyer/okay-loc
repositoryhttps://github.com/Dewyer/okay-loc
max_upload_size
id245546
size15,799
(Dewyer)

documentation

README

Okay-Loc

Its a binary that calculates how many lines of code you have written in a project. Its git "aware" and like "okay".

Git awerenss

Basically it excludes all files excluded in your .gitignore like target and such so they don't artificially inflate your numbers. Additionally it excludes some none source code like files like json and toml.

The comment counting is not really working, so thats WIP.

Run : okay-loc --help for up to date help. OR you can try running okay-loc -p ./ to scan your current directory.

Commit count: 4

cargo fmt