svn: /pear2/Pyrus_Developer/trunk/ README
[email protected] (Brett Bieber)
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
saltybeagle Mon, 12 Jul 2010 13:48:52 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=301192
Log:
Mark up the readme doc with markdown syntax. Add links to command documentation.
Changed paths:
U pear2/Pyrus_Developer/trunk/README
Modified: pear2/Pyrus_Developer/trunk/README
===================================================================
--- pear2/Pyrus_Developer/trunk/README 2010-07-12 13:38:41 UTC (rev 301191)
+++ pear2/Pyrus_Developer/trunk/README 2010-07-12 13:48:52 UTC (rev 301192)
@@ -3,11 +3,24 @@
This package contains several custom commands for Pyrus.
Included are commands for:
-* Creating pear2 and pecl package skeletons
- $ php pyrus.phar generate-pear2 MyNewPackage
+
+* Creating PEAR2 and PECL package skeletons
+ * `php pyrus.phar generate-pear2 MyNewPackage`
+ * [generate-pear2 documentation][1]
* Creating a package.xml file
- $ php pyrus.phar make
+ * `php pyrus.phar make`
+ * [make documentation][2]
* Packaging PEAR2 and PEAR releases
- $ php pyrus.phar package
+ * `php pyrus.phar package`
+ * [package documentation][3]
* Running phpt tests and generating code coverage reports
- $ php pyrus.phar run-phpt -m
+ * `php pyrus.phar run-phpt -m`
+ * [run-phpt documentation][4]
+
+For more information, read the [documentation][5].
+
+[1]: http://pear.php.net/manual/en/pyrus.commands.generatepear2.php
+[2]: http://pear.php.net/manual/en/pyrus.commands.make.php
+[3]: http://pear.php.net/manual/en/pyrus.commands.package.php
+[4]: http://pear.php.net/manual/en/pyrus.commands.runphpt.php
+[5]: http://pear.php.net/manual/en/pyrus.developers.php