Skip to content

Rosettea/Lunacolors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.