AlphaTechnolog / Lunacolors

💫 ANSI colors library for Lua.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lunacolors

💫 ANSI colors library for Lua.


Lunacolors is an elegant library for handling ANSI colors in Lua.

Usage

local lunacolors = require 'lunacolors'

print(lunacolors.bold(lunacolors.red('Hello') .. ' World!'))

License

Lunacolors is licensed under the BSD 3-Clause license.
Read here for more info.

About

💫 ANSI colors library for Lua.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Lua 100.0%