donny-son / chkmail-cli

CLI tool to check if email can be sent to a certain address.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

이메일 존재 확인 CLI

이메일이 존재하는지 확인하기 위한 CLI 프로그램입니다.

Installation

Python version 3.10.6.

poetry install
make build
make install

사용법

Example Usage

dist/chkmail 바이너리를 PATH 에 추가해서 다음처럼 사용하면됩니다.

chkmail <email>

About

CLI tool to check if email can be sent to a certain address.


Languages

Language:Python 72.6%Language:Makefile 27.4%