31 lines
458 B
Markdown
31 lines
458 B
Markdown
# Coh@mail
|
|
|
|
Mail cli for Coh@bit.
|
|
|
|
> [!WARNING]
|
|
>
|
|
> Early preview Much more to come, stay up to date
|
|
|
|
## Installation
|
|
|
|
> [!WARNING]
|
|
>
|
|
> Currently bin manually added to [releases](./releases) tab. Prefer `git clone`
|
|
> and [deno](https://deno.land) to use latest version.
|
|
|
|
## Basic usage
|
|
|
|
- From deno
|
|
```sh
|
|
cd ./cohabit_mail
|
|
deno task cli -h
|
|
deno task <subcommand> -h
|
|
```
|
|
|
|
- From bin
|
|
```sh
|
|
./cohamail -h
|
|
# OR
|
|
./cohamail <subcommand> -h
|
|
```
|