All Projects → KvanTTT → GenealogyTreeInGit

KvanTTT / GenealogyTreeInGit

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

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to GenealogyTreeInGit

familytree
A very incomplete Django-based genealogy web app.
Stars: ✭ 41 (+173.33%)
Mutual labels:  genealogy, family-tree
gramps-online
A simple online version of Gramps
Stars: ✭ 23 (+53.33%)
Mutual labels:  genealogy, family-tree
GEDKeeper
GEDKeeper - program for work with personal genealogical database
Stars: ✭ 78 (+420%)
Mutual labels:  genealogy, family-tree
backend
Laravel 8 backend for a genealogy website.
Stars: ✭ 82 (+446.67%)
Mutual labels:  genealogy, family-tree
react
Basic Primitives Diagrams for React. Data visualization components library that implements organizational chart and multi-parent dependency diagrams.
Stars: ✭ 15 (+0%)
Mutual labels:  tree, family-tree
nuxt
Nuxt 3 and Vue 3 client for genealogy project. Family tree and genealogy data processing website software client.
Stars: ✭ 97 (+546.67%)
Mutual labels:  genealogy, family-tree
topola-viewer
Topola Genealogy Viewer – interactive genealogy visualization
Stars: ✭ 116 (+673.33%)
Mutual labels:  genealogy, family-tree
ged2site
Create a family tree website from a Gedcom file
Stars: ✭ 25 (+66.67%)
Mutual labels:  genealogy, family-tree
ofxSpaceColonization
Space Colonization algorithm implementation in openFrameworks
Stars: ✭ 62 (+313.33%)
Mutual labels:  tree
javascript
Basic Primitives Diagrams for JavaScript - data visualization components library that implements organizational chart and multi-parent dependency diagrams, contains implementations of JavaScript Controls and PDF rendering plugins.
Stars: ✭ 46 (+206.67%)
Mutual labels:  family-tree
regexp-graph
No description or website provided.
Stars: ✭ 22 (+46.67%)
Mutual labels:  tree
extraction
Tree Extraction for JavaScript Object Graphs
Stars: ✭ 70 (+366.67%)
Mutual labels:  tree
treelike
A trait to abstract over common tree functionality
Stars: ✭ 33 (+120%)
Mutual labels:  tree
kdtree-rs
K-dimensional tree in Rust for fast geospatial indexing and lookup
Stars: ✭ 137 (+813.33%)
Mutual labels:  tree
qing
🍧一个UI组件库。包括 { 日期选择器组件 } { 时间选择器组件 } { 分页组件 } { 树组件 } { 级联选择器组件 } { 表单组件 } 等,ES6语法编写,原生模块化
Stars: ✭ 71 (+373.33%)
Mutual labels:  tree
tbcnn
Efficient tree-based convolutional neural networks in TensorFlow
Stars: ✭ 121 (+706.67%)
Mutual labels:  tree
Tree-Style-History
Not only show browser history in tree style. 不止用树状形式展示浏览器历史 (For Edge / Chromium / Chrome)
Stars: ✭ 124 (+726.67%)
Mutual labels:  tree
md-file-tree
Generate markdown list of all the files in a directory. Now also with emoji 📂 📄
Stars: ✭ 130 (+766.67%)
Mutual labels:  tree
Algorithms
Data Structures & Algorithms. Includes solutions for Cracking the Coding Interview 6th Edition
Stars: ✭ 89 (+493.33%)
Mutual labels:  tree
nested-set
Nested Set is an Go implementation of the Nested set model for Gorm.
Stars: ✭ 44 (+193.33%)
Mutual labels:  tree

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.

Kochurkins

My tree. Generation script available on gist.

Kochurkins

Presidents

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

Presidents

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].