/reposiTree

convert repositories into tree-structured data and calculate their similarity

Primary LanguageGoApache License 2.0Apache-2.0

reposiTree

What is reposiTree

This CLI tool convert repositories into tree-structured data and calculate their similarity.

Download from here

Usage

tree make

$ repotr tree make \
    --repository-path <path to repository root dir> \
    --language <repository's main language> \
    --output <tree-structured datafile name>

tree compare

$ repotr tree compare <path to datafile1> <path to datafile2>