mailer/README.md

31 lines
458 B
Markdown
Raw Normal View History

2024-04-11 17:02:35 +02:00
# Coh@mail
Mail cli for Coh@bit.
> [!WARNING]
>
> Early preview Much more to come, stay up to date
2024-04-11 17:30:36 +02:00
## Installation
> [!WARNING]
>
> Currently bin manually added to [releases](./releases) tab. Prefer `git clone`
> and [deno](https://deno.land) to use latest version.
2024-04-17 14:28:20 +02:00
2024-04-11 17:02:35 +02:00
## Basic usage
2024-04-17 14:28:20 +02:00
- From deno
```sh
cd ./cohabit_mail
deno task cli -h
deno task <subcommand> -h
```
- From bin
```sh
./cohamail -h
# OR
./cohamail <subcommand> -h
```