Skip to content

brbzull0/rang

This branch is 121 commits behind agauniyal/rang:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

31a71f9 · Sep 3, 2016

History

49 Commits
Sep 3, 2016
Sep 3, 2016
Sep 3, 2016
Sep 3, 2016
Sep 3, 2016
Mar 3, 2016
Mar 22, 2016
Sep 3, 2016
Mar 23, 2016
Feb 29, 2016
Sep 3, 2016
Sep 3, 2016

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

Packages

No packages published

Languages

  • C++ 99.7%
  • CMake 0.3%