https://github.com/optionsx/kataremail
fun side project for personal use.
https://github.com/optionsx/kataremail
deno typescript
Last synced: about 2 months ago
JSON representation
fun side project for personal use.
- Host: GitHub
- URL: https://github.com/optionsx/kataremail
- Owner: optionsx
- Created: 2023-05-14T08:13:29.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-15T04:41:34.000Z (about 3 years ago)
- Last Synced: 2026-02-01T15:55:30.180Z (5 months ago)
- Topics: deno, typescript
- Language: TypeScript
- Homepage: https://deno.land/x/katar
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Katar
Katar is a CLI tool for generating and managing email addresses using Deno.

quick demo run:
```bash
deno run -A https://deno.land/x/katar/Katar.ts
```
## Installation
To install katar, run the following command:
```bash
deno install -A https://deno.land/x/katar/Katar.ts
```
then simply run `katar` in your terminal
OR clone the repo and run:
```bash
git clone https://github.com/optionsx/KatarEmail.git
cd KatarEmail
deno install -A katar.ts
```
## Usage
To use Katar, run the following command:
```bash
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.
## this readme was made possible by GPT4