Web interface for VCF Creator
Live Website: https://vcf.animeshchouhan.com/
Github: https://github.com/animesh-chouhan/vcf-creator-web-interface
# Clone the repo
git clone https://github.com/animesh-chouhan/vcf-creator-web-interface.git
cd vcf-creator-web-interface
Using pip and requirements.txt:
pip install -r requirements.txt
Using Pipenv:
pipenv shell
pipenv install
# Make view.sh executable
chmod a+x view.sh
./view.sh
docker run --rm -it -p 8080:8080/tcp animeshchouhan/vcf-creator-web-interface
For more examples and usage, please refer to the Wiki.
docker build --pull --rm -f "Dockerfile" -t vcf-creator-web-interface .
docker login
docker tag vcf-creator-web-interface:latest animeshchouhan/vcf-creator-web-interface:latest
docker push animeshchouhan/vcf-creator-web-interface:latest
docker image rm ghcr.io/animesh-chouhan/vcf-creator-web-interface:latest
export CR_PAT=<TOKEN>
echo $CR_PAT | docker login ghcr.io -u animesh-chouhan --password-stdin
docker tag vcf-creator-web-interface:latest ghcr.io/animesh-chouhan/vcf-creator-web-interface:latest
docker push ghcr.io/animesh-chouhan/vcf-creator-web-interface:latest
- vcf-creator - Command-line program to generate vCard file from CSV
- Fork the repo (https://github.com/animesh-chouhan/vcf-creator-web-interface/)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
MIT License copyright (c) 2021 Animesh Singh Chouhan. Please have a look at the license for more details.