Crates.io | okay-loc |
lib.rs | okay-loc |
version | 0.1.0 |
source | src |
created_at | 2020-05-25 12:16:18.932838 |
updated_at | 2020-05-25 12:16:18.932838 |
description | Binary for counting lines of code in project, it is okay and git 'aware'. |
homepage | https://github.com/Dewyer/okay-loc |
repository | https://github.com/Dewyer/okay-loc |
max_upload_size | |
id | 245546 |
size | 15,799 |
Its a binary that calculates how many lines of code you have written in a project. Its git "aware" and like "okay".
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
.
Run : okay-loc --help
for up to date help.
OR you can try running okay-loc -p ./
to scan your current directory.