0.1.2 • Published 5 years ago
ez-vcard-tmp v0.1.2
ez-vcard
It is a vCard generator written in TypeScript for NodeJS that uses amazing ez-vcard library written in Java. It can read and write vCards in many different formats. The "ez" stands for "easy" because the goal is to create a library that's easy to use.
Getting started
- Install JDK
- Install
g++
on Ubuntu:sudo apt install g++
(to build node-java dependency) - Install ez-vcard (this package)
npm i https://github.com/Maxim-Mazurok/ez-vcard
Features
- Status: It works!
- tsJavaModule.ts file contains ez-vcard TypeScript type definitions for node-java generated by Maxim-Mazurok/ez-vcard-ts-java-types
- index.ts exports default function to generate vcard
0.1.2
5 years ago