rlcount

Crates.iorlcount
lib.rsrlcount
version0.2.1
sourcesrc
created_at2020-11-19 21:38:31.870133
updated_at2021-03-20 11:57:21.553148
descriptionA tool to get info about project lines of code
homepage
repositoryhttps://github.com/cdecompilador/rlcount.git
max_upload_size
id314140
size23,994
(ElGusanitoPLAY)

documentation

README


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
  1. Install it (Into project dir)
cargo install --path .
  1. Test it in some project!
rlcount .
PROJECT_NAME: ...                           TOTAL_LINES: 70

    C      => Lines: 70      100.00 %

Why?

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

Supported languages

  • C
  • C++
  • Rust
  • Python
  • Javascript (frameworks also)
  • Typescript
  • Java
  • Golang

Contrib Guidelines

Not to much just comment everything you do

Commit count: 27

cargo fmt