colored 0.0.20
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://github.com/gizmomogwai/colored][https://img.shields.io/github/tag/gizmomogwai/colored.svg?style=flat-square]] [[https://travis-ci.org/gizmomogwai/colored][https://img.shields.io/travis/gizmomogwai/colored/master.svg?style=flat-square]] [[https://codecov.io/gh/gizmomogwai/colored][https://img.shields.io/codecov/c/github/gizmomogwai/colored/master.svg?style=flat-square]] [[https://gizmomogwai.github.io/colored][https://img.shields.io/readthedocs/pip.svg?style=flat-square]]
** 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; "test".green.onRed.writeln; } #+ENDSRC
** [[https://gizmomogwai.github.io/colored/][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.20 released 5 years ago
- gizmomogwai/colored
- MIT
- Copyright © 2017, Christian Köstlin
- Authors:
- Dependencies:
- packageversion
- Versions:
-
0.0.31 2023-Apr-04 0.0.30 2023-Apr-04 0.0.29 2022-Sep-21 0.0.28 2022-Aug-23 0.0.27 2022-Jun-24 - Download Stats:
-
-
14 downloads today
-
26 downloads this week
-
164 downloads this month
-
14228 downloads total
-
- Score:
- 4.3
- Short URL:
- colored.dub.pm