-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweaked the PHAR; Added composer.json; Added docs; Regenerated package.xml.
- Loading branch information
Showing
20 changed files
with
1,934 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
;Maintainer of PEAR2_Command_Color | ||
;Maintainers of PEAR2_Command_Color | ||
Ivo Nascimento [ivonascimento] <[email protected]> (lead) | ||
Vasil Rangelov [boen_robot] <[email protected]> (lead) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
First stable release. | ||
|
||
(complete rewrite from the alpha) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"name": "pear2/console_color", | ||
"description": "Genetaror for ANSI color escape sequences.", | ||
"keywords": ["pear2", "console", "color", "CLI", "ANSI", "generator"], | ||
"homepage": "http://pear2.github.com/Console_Color/", | ||
"license": "LGPL-2.1", | ||
"authors": [ | ||
{ | ||
"name": "Vasil Rangelov", | ||
"email": "[email protected]", | ||
"role": "lead" | ||
}, | ||
{ | ||
"name": "Ivo Nascimento", | ||
"email": "[email protected]", | ||
"role": "lead" | ||
} | ||
], | ||
"support": { | ||
"issues": "http://github.com/pear2/Console_Color/issues", | ||
"wiki": "http://github.com/pear2/Console_Color/wiki" | ||
}, | ||
"require": { | ||
"php": ">=5.3.0" | ||
}, | ||
"autoload": { | ||
"psr-0": { | ||
"PEAR2\\Console\\Color\\": "src/" | ||
} | ||
}, | ||
"minimum-stability": "dev" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
source: ../src | ||
|
||
destination: PEAR2_Console_Color__ApiGen_Documentation | ||
|
||
extensions: php | ||
|
||
charset: UTF-8 | ||
|
||
title: PEAR2_Console_Color documentation | ||
|
||
autocomplete: | ||
- classes | ||
- methods | ||
- classconstants |
Oops, something went wrong.