Crates.io | floc |
lib.rs | floc |
version | 0.1.0 |
source | src |
created_at | 2023-11-02 10:30:12.204251 |
updated_at | 2023-11-02 10:30:12.204251 |
description | Count the lines in your codebase. |
homepage | |
repository | |
max_upload_size | |
id | 1022471 |
size | 15,992 |
Count the lines in your codebase
You can install floc
by building the project manually.
Requirements:
git clone https://github.com/interrrp/floc
cd floc
cargo install
floc
should now be installed in the Cargo bin
directory. Nice! 🎉
By default, floc
looks for a src
directory with Rust (.rs
) files:
floc # Search for .rs files in the "src" directory
You can change the directory and extensions:
floc code # Search in the "code" directory
floc app -e py -e html # Search in the "app" directory for .py and .html files
floc
is licensed under the MIT license.