mirror of
https://github.com/yamadapc/d-colorize
synced 2025-01-18 06:32:52 +01:00
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:
parent
e3a7b70d29
commit
bfe2817360
2 changed files with 9 additions and 2 deletions
|
@ -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
|
||||
|
|
2
dub.json
2
dub.json
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue