An open API service indexing awesome lists of open source software.

https://github.com/rosettea/lunacolors

💫 ANSI colors library for Lua.
https://github.com/rosettea/lunacolors

ansi-colors ansi-escape-codes fmt lua

Last synced: 3 months ago
JSON representation

💫 ANSI colors library for Lua.

Awesome Lists containing this project

README

          

# Lunacolors
> 💫 ANSI colors library for Lua.


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

# Usage
```lua
local lunacolors = require 'lunacolors'

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

# License
Lunacolors is licensed under the BSD 3-Clause license.
[Read here](LICENSE) for more info.