# the_stars
[](https://hex.pm/packages/the_stars)
[](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.