Current section
Files
Jump to
Current section
Files
README.md
# colored
colored is a simple tool with which we can use to give color to the text.
[](https://hex.pm/packages/colored)
[](https://hexdocs.pm/colored/)
```sh
gleam add colored
```
```gleam
import colored
import gleam/io
pub fn main() {
io.println(colored.green("Colored"))
}
```
Further documentation can be found at <https://hexdocs.pm/colored>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```