It is a Golang-based CLI tool created using Cobra for validating email addresses. It can even validate multiple email addresses at once.
- Open the terminal and fire command below
git clone <the URL of the GitHub repo>
cd
into the project directory
cd email-validify
- Use build command to compile the executable
go build
- Use the executable to validify email(s)
./email-validify email <[email protected]> <[email protected]> ...