genealogit
Usage
$ npm install -g genealogit
$ genealogit COMMAND
running command...
$ genealogit (-v|--version|version)
genealogit/1.0.1 darwin-x64 node-v12.16.3
$ genealogit --help [COMMAND]
USAGE
$ genealogit COMMAND
...
Commands
genealogit build [FILE]
Build a family tree in Git from a GEDCOM file
USAGE
$ genealogit build [FILE]
OPTIONS
--format=format [default: gedcom]
See code: src/commands/build.ts
genealogit help [COMMAND]
display help for genealogit
USAGE
$ genealogit help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
genealogit relationship [FILE] [IND1] [IND2]
Show the relationship between two individuals
USAGE
$ genealogit relationship [FILE] [IND1] [IND2]
See code: src/commands/relationship.ts
genealogit visualize [FILE]
Show the Git log graph for the specified file
USAGE
$ genealogit visualize [FILE]
See code: src/commands/visualize.ts
Contributing
Thanks for your interest. Contributions are welcome!
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Check the Issues to see if your topic has been discussed before or if it is being worked on. You may also want to check the roadmap (see above). Discussing in an Issue before opening a Pull Request means future contributors only have to search in one place.
This project loosely follows the Angular commit message conventions.
License
This project is licensed under the MIT license.
For the full text of the license, see the LICENSE file.