/Automated-Tool-For-Metrics-Generation

An automated tools for generate software metrics from GitHub repository upon tags/releases

Primary LanguageJupyter Notebook

AutomatedToolForMatricsGeneration

It is an automated tools for generating software metrics from github repository.

Install the Scitools(https://www.scitools.com/) and configure it with cli interface.

Add the path variable to your scitools installation path.

call MetricsGenerator() with valid parameter.

What Will it do?

  • Download all releases/tags from github repo.
  • Use scitools to generate metrics for individual releases/tags.
  • Save the metrics to a csv file(Example available in this repository)