An open API service indexing awesome lists of open source software.

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.

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
----