cohabit_mail/README.md

28 lines
451 B
Markdown
Raw Permalink Normal View History

2024-04-11 17:02:35 +02:00
# Coh@mail
Mail cli for Coh@bit.
2024-04-11 17:30:36 +02:00
> [!WARNING] Early preview Much more to come, stay up to date
## Installation
> [!WARNING] Currently bin manually added to [releases](./releases) tab.
2024-04-11 17:02:35 +02:00
2024-04-17 14:28:20 +02:00
> Prefer `git clone` and [deno](https://deno.land) to use latest version.
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
```