hrszpuk / odin-color

A simple, colored-like ANSI color package for the Odin programming language!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Odin color

A simple ANSI color package similar to Rust's colored crate.

hrszpuk - odin-color stars - odin-color forks - odin-color GitHub release License issues - odin-color

image

Read more in our documentation or check out some examples

Installation

Submodule

Create an external folder in your project's root directory. Add the project as a submodule like in the example below:

git submodule add https://github.com/hrszpuk/odin-color.git external/odin-color

Import the package using a relative path: import color "./external/odin-color.

Shared collection

Download the repository code using git and place the folder in your shared/external collection directory. Import the package using import color "collection-name:odin-color" and build/run with the flag --collection:collection-name=/path/to/collection.

About

A simple, colored-like ANSI color package for the Odin programming language!

License:MIT License


Languages

Language:Odin 100.0%