Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/novusvetus/gedcomparser
(WIP) A little helper to parse Gedcom files.
https://github.com/novusvetus/gedcomparser
hacktoberfest
Last synced: 25 days ago
JSON representation
(WIP) A little helper to parse Gedcom files.
- Host: GitHub
- URL: https://github.com/novusvetus/gedcomparser
- Owner: Novusvetus
- License: bsd-3-clause
- Created: 2022-01-11T23:06:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T20:19:56.000Z (10 months ago)
- Last Synced: 2024-05-01T15:04:08.909Z (6 months ago)
- Topics: hacktoberfest
- Homepage:
- Size: 42 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## Overview ##
A little helper to parse Gedcom files.## Installation ##
### Add it to your project with: ###
```shell
composer require novusvetus/gedcomparser
```## License ##
3-clause BSD license
See [License](LICENSE)## Bugtracker ##
Bugs are tracked in the issues section of this repository on GitHub.
Please read over existing issues before submitting an issue to ensure yours is unique.[Create a new issue](../../issues/new)
- Describe the steps to reproduce your issue.
- Describe the expected and the actual outcome.
- Describe your environment as detailed as possible.## Development and contribution ##
Feature requests can also be made by [creating a new issue](../../issues/new).
If you would like to make contributions to this repository, feel free to [create a fork](../../fork) and submit a pull request.## Links ##
* [ReindeerWeb](https://www.reindeer-web.de)
* [Novusvetus](https://www.novusvetus.de)
* [License](./LICENSE)
* [Contributing](./CONTRIBUTING.md)