Make final fixes to the dub.json and the README.

This should enable us to publish the package to the dub registry.
This commit is contained in:
yamadapc 2014-07-09 23:31:45 -03:00
parent e3a7b70d29
commit bfe2817360
2 changed files with 9 additions and 2 deletions

View file

@ -1,7 +1,14 @@
d-colorize
====================
__THIS MODULE HASN'T BEEN PUBLISHED YET__
A partial port of Ruby's [colorize](https://github.com/fazibear/colorize)
library to D.
To put it simply, this is a simple helper for printing colored output to a
terminal.
## Installing
This package is registered in the dub registry as colorize.
## Usage
```d

View file

@ -1,7 +1,7 @@
{
"name": "colorize",
"description": "A port of Ruby's colorize library to D.",
"version": "0.0.1",
"license": "MIT",
"copyright": "Copyright © 2014, Pedro Tacla Yamada",
"authors": [
"Pedro Tacla Yamada"