Add Termage library for customizing CLI output.

This commit is contained in:
Sergey Romanenko 2021-10-06 23:45:46 +03:00 committed by GitHub
parent 60ec39bfbe
commit ff021c066c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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.*