Skip to content

mdugue/gedcom2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@mdugue/gedtools

Bun CLI that transforms GEDCOM files into CSV files.

Example usage:

gedcom2csv ./ancestry.ged

This creates 4 csv files in the current directory:

  • individuals.csv Listing all persons (INDI)
  • families.csv Listing all families (FAM)
  • other.csv listing all other items

To install dependencies:

bun install

To run:

bun run index.ts

On linking for local development see https://balamurugan16.hashnode.dev/blazingly-fast-cli-with-bun

About

CLI for Gedcom -> CSV transformation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published