elliotchance / gedcom

👪 A Go library and CLI tools for encoding, decoding, traversing, merging, comparing, querying and publishing GEDCOM files.
MIT License
94 stars 21 forks source link

Merge into a single binary #291

Closed elliotchance closed 4 years ago

elliotchance commented 4 years ago

It's easier to package and use as a single binary. Replacements are:

gedcomdiff -> gedcom diff
gedcom2html -> gedcom publish
gedcomq -> gedcom query
gedcomtune -> gedcom tune

This change is Reviewable

codecov-io commented 4 years ago

Codecov Report

Merging #291 into master will increase coverage by 3.5%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #291     +/-   ##
=========================================
+ Coverage   68.02%   71.52%   +3.5%     
=========================================
  Files         203      201      -2     
  Lines        6408     6094    -314     
=========================================
  Hits         4359     4359             
+ Misses       1925     1611    -314     
  Partials      124      124
Impacted Files Coverage Δ
individual_nodes.go 91.02% <ø> (ø) :arrow_up:
similarity_options.go 100% <ø> (ø) :arrow_up:
date.go 96.55% <ø> (ø) :arrow_up:
jaro.go 100% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2bcfa98...4a38b51. Read the comment docs.