Home

Awesome

gedcom

A small, simple parser for GEDCOM 5.5.1.

API Documentation

Installation

The gedcom package can be added as a dependency to use in your code, or if you'd like to just use the CLI, install it globallly:

npm install -g gedcom

CLI

Usage
$ parse-gedcom <input>
	Options
	  --type, -s   Output type (json, d3.json, dot)
	Examples
	  $ gedcom input.ged output.json

Caveats