Skip to content

A CLI for analyzing the programming languages and how much code written in a project.

License

Notifications You must be signed in to change notification settings

electromeow/projlyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

projlyzer

A CLI for analyzing the programming languages and how much code written in a project.
New features are on the way...

Example Screenshot

Example screenshot

Build and use

Note: The commmands below are for Unixish systems. I don't know the Windows way to do that since I'm a MacOS user and Linux lover. (Please add the Windows way by opening a PR, you Windows user!)

# Clone the repo and enter to the directory
$ git clone https://github.com/electromeow/projlyzer.git
$ cd projlyzer/
# Compile
$ cargo build --release
# Optionally add to the path.
$ sudo mv ./target/release/projlyzer /usr/local/bin/projlyzer
$ projlyzer /path/to/project/
# Or use without adding to the path
$ ./target/release/projlyzer /path/to/project/

LICENSE

This project is distributed under MIT license.

About

A CLI for analyzing the programming languages and how much code written in a project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages