Skip to content

An open-source side project to run statistical analysis on source code to encourage positive commenting behavior in development

License

Notifications You must be signed in to change notification settings

rlandesman/comment_report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comment Report

Open-Source project to promote good commenting behavior by showing the ratio of comments to executable code in a public repository.

Getting Started

After downloading all packages, simple run:

python main.py -i ~/samples/directory/path/name
  • or with a github repository link (HTTPS)
python main.py -g ~/samples/directory/path/name.git

Prerequisites

  • Python - Python 2.x or higher required

Installing

There are two additional libraries: Tabulate and Plotly API

pip install plotly
pip install tabulate

Built With

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

An open-source side project to run statistical analysis on source code to encourage positive commenting behavior in development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages