Liking cljdoc? Tell your friends :D

code-maat.app.team-mapper


file->author-team-lookupclj

(file->author-team-lookup f)

Parses a given team mapping expect to be a CSV with the columns author,team

Parses a given team mapping expect to be a CSV with the columns author,team
sourceraw docstring

runclj

(run commits team-lookup)

Maps individual authors to teams as defined by team-lookup, which is expected to be a map from author to team (strings). Any author that isn't included in that mapping is simply kept as-is (see them as a team in themselves). This has the advantage that any omissions in the mapping are detected fast.

Maps individual authors to teams as defined by team-lookup,
which is expected to be a map from author to team (strings).
Any author that isn't included in that mapping is
simply kept as-is (see them as a team in themselves).
This has the advantage that any omissions in the mapping are
detected fast.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close