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
- Host: GitHub
- URL: https://github.com/flaque/yips
- Owner: Flaque
- License: mit
- Created: 2018-05-09T22:02:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T20:57:53.000Z (about 8 years ago)
- Last Synced: 2025-12-27T18:42:20.718Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: license
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)