Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/upsidedownsweetfood/ctermui


https://github.com/upsidedownsweetfood/ctermui

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# docker_ps_but_good

[![Package Version](https://img.shields.io/hexpm/ctermui)](https://hex.pm/packages/ctermui)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/ctermui/)

```sh
gleam add ctermui@1
```
```gleam
import ctermui

pub fn main() {
// TODO: An example of the project in use
}
```

Further documentation can be found at .

## Development

```sh
gleam run # Run the project
gleam test # Run the tests
```