An open API service indexing awesome lists of open source software.

https://github.com/flaque/yips

Yips is an experimental command line email client in Nodejs and Ink
https://github.com/flaque/yips

Last synced: 3 months ago
JSON representation

Yips is an experimental command line email client in Nodejs and Ink

Awesome Lists containing this project

README

          

# 🐃 yips

> Yips is a postal service. Yip Yip.

## Project Status

This is an experimental project that I may abandon. It's fueled mostly out of boredom, an unreasonable dislike of most email clients and nostalgia for [a 2000s-era nickelodeon toon.](https://i.imgur.com/Pfc3Y5j.mp4) Feel free to contribute.

The UI isn't fully decided on yet, but a working, non-colored draft exists in the [workshop file](workshop.md). Feel free to critique and change.

## Setup and Run

Clone the project and cd into it.

```sh
git clone git@github.com:Flaque/yips.git
cd yips
```

Install the dependencies with [yarn](https://yarnpkg.com/en/).

```sh
yarn
```

Then build and run.

```sh
yarn dev
```

## License

MIT © [Flaque](http://flaque.net)