Phone contacts manager, let you import contacts backup file, modify it in a spreadsheet like interface and then export a vcard file to import in your phone again.
Simple tool that let you manage your phone contacts vCard file (.vcf), simply import the file into the app and edit your contacts right away. You can search, add, edit, delete contacts. Also you can export your contacts back to a vcf file to import intro your phone or export as excel sheet.
git clone https://github.com/mmounirf/ContactManager && cd ContactManager
npm install
npm start
Run Electron Packager
electron-packager <sourcedir> <appname> --platform=<platform> --arch=<arch> [optional flags...]
<sourcedir>
: Directory where the output package should be saved.<appname>
: Executable file name<platform>
: Targeted Platform
3.1 linux
3.2 win32
3.3 darwin
3.4 mas
3.5 all
<platform>
: Targeted Platform Architecture
4.1 ia32
4.2 x64
4.3 armv7l
4.4 arm64
[optional flags]
5.1 asar
: Whether to package the application’s source code into an archive, using Electron’s archive format `Boolean (default: false).
5.2 icon
: The local path to the icon file, if the target platform supports setting embedding an icon. String