Skip to content

Count the lines of code of a repository or project

License

Notifications You must be signed in to change notification settings

cdecompilador/rlcount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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

About

Count the lines of code of a repository or project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages