Skip to content

Convert family trees from gedcom format to list of git commands that can be executed to build a family git repository

License

Notifications You must be signed in to change notification settings

KvanTTT/GenealogyTreeInGit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genealogy Tree inside Git

Allows to generate script that converts genealogy trees in gedcom format to the list of git commands. Moreover it's possible to generate social graphs that includes not only birth events, but relationship events such as marriage, divorce, graduation, etc.

Using

Run .NET Core console app GenealogyTreeInGit.dll with following parameters:

  • First parameter - path to .gedcom. file;
  • --only-birth-events - if defined ignore all events except of birth ones;
  • -r or --run - run script and generate repository after script generation;
  • String that starts with http or git - path to repository to push.

Examples

Rendered via GitExtensions.

My tree. Generation script available on gist.

Kochurkins

USA presidents until 1988 year (2145 persons). Source: webtreeprint.com.

Presidents

About

Convert family trees from gedcom format to list of git commands that can be executed to build a family git repository

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages