From ff021c066c5cfc9b97ed9bf55eb7b30ff8209e99 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Wed, 6 Oct 2021 23:45:46 +0300 Subject: [PATCH] Add Termage library for customizing CLI output. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 231f528..ce1131e 100644 --- a/README.md +++ b/README.md @@ -625,6 +625,7 @@ Libraries to help manage database schemas and migrations. * [Hoa Console](https://github.com/hoaproject/Console) - Another command line library. * [PsySH](https://github.com/bobthecow/psysh) - Another PHP REPL. * [ShellWrap](https://github.com/MrRio/shellwrap) - A simple command line wrapper library. +* [Termage](https://github.com/termage/termage) - Fluent and incredible powerful, object-oriented interface for customizing CLI output text color, background, formatting, theming and more. ### Authentication and Authorization *Libraries for implementing user authentication and authorization.*