1
0
mirror of https://github.com/garraflavatra/trmclr.git synced 2025-01-18 19:07:58 +00:00

More readme updates

This commit is contained in:
Romein van Buren 2024-08-09 13:40:55 +02:00
parent 464bdc8e19
commit 1ee27506cf
No known key found for this signature in database

View File

@ -1,8 +1,8 @@
# trmclr # trmclr
Easy terminal colors, ported from the Deno standard library. Easy terminal colors.
- Supports Node.js, browsers, Deno, and probably some other environments. - Supports browsers, [Node.js](https://nodejs.org), [Deno](https://deno.com), [Bun](https://bun.sh), and probably some other environments.
- Comes with 45 colors and helpers. - Comes with 45 colors and helpers.
- Respects [`NO_COLOR`](http://no-color.org/). - Respects [`NO_COLOR`](http://no-color.org/).
- No dependencies. - No dependencies.
@ -30,4 +30,6 @@ By using `setColorEnabled(true)` or `setColorEnabled(false)` you can respectivel
For the full copyright and license information, please see the [`LICENSE.md`](./LICENSE.md) file that was distributed with this source code. For the full copyright and license information, please see the [`LICENSE.md`](./LICENSE.md) file that was distributed with this source code.
Original implementation: (c) 2018-2022 [the Deno authors](https://github.com/denoland/std/blob/0.159.0/fmt/colors.ts).
[![Smart Yellow](https://code.smartyellow.net/smartyellow/meta/raw/branch/main/logo.png)](https://www.smartyellow.nl) [![Smart Yellow](https://code.smartyellow.net/smartyellow/meta/raw/branch/main/logo.png)](https://www.smartyellow.nl)