netto 0.2.0

A beautiful codebase analytics tool to find out how much you actually wrote.
1
2
3
4
5
6
pub mod counter;
pub mod language;
pub mod git;

pub use counter::count_files;
pub use git::get_git_insights;