Packages

A terminal styling and logging framework based off the Golang Charm Lipgloss framework.

Current section

Files

Jump to
the_stars README.md
Raw

README.md

# the_stars
[![Package Version](https://img.shields.io/hexpm/v/the_stars)](https://hex.pm/packages/the_stars)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/the_stars/)
The Stars is a terminal styling and logging library inspired by [Lipgloss](https://github.com/charmbracelet/lipgloss), a Golang library.
It is mainly for printing out text in the terminal with styles such as colors, bolding, underlining, etc.
## Install
To add this library to your project, run the following command:
```sh
gleam add the_stars
```
## Usage
More examples of usages can be found in the `examples` directory.