Skip to content

dominikwilkowski/generateVCF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate contact vcf files from a tsv database

Just run the script and generate *.vcs files from a tab separated values (tsv) file.

cd path/to/this/repo
yarn # install dependencies
node index.js write

To setup you have to create a legacy token for slack and add it into your .env file:

SLACK=YOURSUPERSECRETTOKEN

You can optionally overwrite the path to the tsv file (default people.tsv) via:

node index.js write "your/path/to/the/tsv/file.tsv"

Release History

  • v1.0.0 - Initial release

⬆ back to top


License

Copyright (c) Dominik Wilkowski. Licensed under GNU-GPLv3.

⬆ back to top

};

About

Generate contact vcf files from a tsv database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors