Attributes
Includes Deno configuration
Repository
Current version released
3 years ago
Dependencies
deno.land/x
Versions
Katar
Katar is a CLI tool for generating and managing email addresses using Deno.

quick demo run:
deno run -A https://deno.land/x/katar/Katar.tsInstallation
To install katar, run the following command:
deno install -A https://deno.land/x/katar/Katar.tsthen simply run katar in your terminal
OR clone the repo and run:
git clone https://github.com/optionsx/KatarEmail.git
cd KatarEmail
deno install -A katar.tsUsage
To use Katar, run the following command:
katar
katar - [Email]Replace EMAIL with the email address you want to use.
Features
- Generate custom email addresses.
- Manage generated email addresses.
- Receive and manage emails for generated addresses.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.