Added package colors (#2989)

This commit is contained in:
Savant 2025-03-01 16:21:27 -05:00 committed by GitHub
parent 5c779a084c
commit 8ac97d58ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34652,5 +34652,18 @@
"description": "A cross-platform Nim library for reading/writing text from/to the clipboard",
"license": "MIT",
"web": "https://github.com/jabbalaci/libclip"
},
{
"name": "colors",
"url": "https://github.com/thing-king/colors",
"method": "git",
"tags": [
"colors",
"coloring",
"terminal"
],
"description": "A simple, powerful terminal coloring and styling library akin to NPM `colors`",
"license": "MIT",
"web": "https://github.com/thing-king/colors"
}
]