Skip to content

brbzull0/rang

 
 

Repository files navigation

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