Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/upsidedownsweetfood/ctermui
https://github.com/upsidedownsweetfood/ctermui
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/upsidedownsweetfood/ctermui
- Owner: upsidedownsweetfood
- Created: 2024-10-27T15:42:24.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T16:17:13.000Z (2 months ago)
- Last Synced: 2024-10-27T18:20:58.076Z (2 months ago)
- Language: Gleam
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ctermuipub 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
```