yahiafarghaly / rang

A Minimal, Header only Modern c++ library for colors in your terminal πŸ’„βœ¨

Home Page:https://agauniyal.github.io/rang/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rang Build Status Coverage Status

#####Colors for your Terminal.

rang-demo


##How to use it

No build system/package manager

  1. You just need rang.hpp from include directory, use it as #include "rang.hpp"
  2. Check out the wiki & maybe glance inside test directory to see some usage
  3. ???
  4. Profit!!

Using Meson build system

  • Make a rang.wrap file inside your subprojects/ directory with following content -
[rang-git]
directory=rang
url=https://github.com/agauniyal/rang.git
revision=head
  • Place this code inside your primary meson.build - rang_dep = dependency('rang', fallback : ['rang', 'rang_dep'])
  • Make sure to include rang_dep as dependency wherever you need it.

##TODO

  • support Windows versions < 10

About

A Minimal, Header only Modern c++ library for colors in your terminal πŸ’„βœ¨

https://agauniyal.github.io/rang/

License:The Unlicense


Languages

Language:C++ 99.7%Language:CMake 0.3%