Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 404 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 404 Bytes

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.