/baldir-vcf-tools

Typescript library to manipulate VCF contact files.

Primary LanguageTypeScriptMIT LicenseMIT

template-asciidoctor-dockerized

Build library Generate and deploy static content to Pages

Utility library for parsing vCard Format.

Run Tests

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

make docs