colored 0.0.4
A minimalistic console coloring library.
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
#+OPTIONS: ^:nil
- Colored [[https://travis-ci.org/gizmomogwai/colored][https://travis-ci.org/gizmomogwai/colored.svg]][[https://codecov.io/gh/gizmomogwai/colored][https://codecov.io/gh/gizmomogwai/colored/branch/master/graph/badge.svg]] ** Intro colored is yet another terminal coloring lib for dlang. compared to others the source is really minimalistic, dependencies include only unit_threaded for testing.
** Usage #+NAME: example #+BEGINSRC D import colored; unittest { import std.stdio; writeln("test".green.onRed); } #+ENDSRC
** Api The api allows only setting a foreground and backgroundcolor once. This is done by returning dedicated types after each operation.
- Registered by Christian Köstlin
- 0.0.4 released 5 years ago
- gizmomogwai/colored
- MIT
- Copyright © 2017, Christian Köstlin
- Authors:
- Dependencies:
- none
- Versions:
-
0.0.27 2022-Jun-24 0.0.26 2022-Jun-23 0.0.25 2022-Jun-07 0.0.24 2022-Feb-20 0.0.23 2021-Jan-17 - Download Stats:
-
-
6 downloads today
-
37 downloads this week
-
212 downloads this month
-
1676 downloads total
-
- Score:
- 2.2
- Short URL:
- colored.dub.pm