Skip to content

bishalr0y/email-validify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email Validify📨🛡️

It is a Golang-based CLI tool created using Cobra for validating email addresses. It can even validate multiple email addresses at once.

How to run the project🏃🏻

  • 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]> ...

About

CLI tool to validify email addresses

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages