repositorypackage
0.0.0-20200510042850-ab00388b7668
Repository: https://github.com/chez-shanpu/repositree.git
Documentation: pkg.go.dev
# README
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>