Skip to content

Universal-code-metrics-analyzer/fs-git-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UCMA | File System Git Processor Plugin

Git processor plugin, which can be used to analyze a local Git repository.

Install

poetry add git+https://github.com/Universal-code-metrics-analyzer/fs-git-processor@v0.2.0

Runner configuration

# config.yml

git_processor:
  plugin: fs_git_processor
  config:
    # a path to Git repository to analyze
    repo: /Users/example/Documents/my-project