A tool to get info about project lines of code

Example: Getting project lines of code

  1. Clone the repo
    git clone https://github.com/ElGusanitoPLAY/rlcount
  2. Install it
    cargo install --path . (Into project dir)
  3. Test it in some project!
    rlcount .

``` PROJECTNAME: ... TOTALLINES: 70

C      => Lines: 70      100.00 %

```

Why?

Just because I wanted some tool to do this before reading a codebase

Contrib Guidelines

Not to much just comment everything you do