https://github.com/baldir-fr/baldir-vcf-tools
Typescript library to manipulate VCF contact files.
https://github.com/baldir-fr/baldir-vcf-tools
deno typescript vcard vcard-parser vcf
Last synced: 2 months ago
JSON representation
Typescript library to manipulate VCF contact files.
- Host: GitHub
- URL: https://github.com/baldir-fr/baldir-vcf-tools
- Owner: baldir-fr
- License: mit
- Created: 2022-10-12T14:00:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-13T21:33:26.000Z (over 3 years ago)
- Last Synced: 2025-03-11T12:36:33.148Z (over 1 year ago)
- Topics: deno, typescript, vcard, vcard-parser, vcf
- Language: TypeScript
- Homepage: https://baldir-fr.github.io/baldir-vcf-tools
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= template-asciidoctor-dockerized
:is-root: true
:hide-uri-scheme:
:lang: FR
:imagesdir: readme/assets
image:https://github.com/baldir-fr/baldir-vcf-tools/actions/workflows/build-library.yml/badge.svg?branch=main[Build library,link="https://github.com/baldir-fr/baldir-vcf-tools/actions/workflows/build-library.yml",window="_blank"]
image:https://github.com/baldir-fr/baldir-vcf-tools/actions/workflows/generate-docs-and-publish-with-github-pages.yml/badge.svg?branch=main[Generate and deploy static content to Pages,link="https://github.com/baldir-fr/baldir-vcf-tools/actions/workflows/generate-docs-and-publish-with-github-pages.yml",window="_blank"]
Utility library for parsing link:https://datatracker.ietf.org/doc/html/rfc6350[vCard Format,window=_blank].
== Run Tests
[source,shell]
----
deno test
# Or watching file changes
deno test --watch src
# Or with GNU Make
make deno-test
# Using docker compose
docker compose run --rm deno-test
# Or with GNU Make
make dc-deno-test
----
== Generated Documentation
* link:docs/index.html[Slides in HTML format,window=_blank]
* link:docs/output.pdf[Pdf,window=_blank]
* link:docs/output.epub[Ebook,window=_blank]
* link:docs/output.docbook.xml[Docbook,window=_blank]
* link:docs/output.docx[Docx,window=_blank]
[source,shell]
----
make docs
----