| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
generate-pear2 - Create the subversion source layout for a PEAR2 packageIntroductionThe generate-pear2 command is used to create a bare skeleton for a new PEAR2 package as it will reside in Subversion. It creates everything needed except the source code. Two arguments are accepted, package and optionally channel. packageThe package argument is the name of the package to create a skeleton for. This is used as the directory name and as the package name used within files related to creating a PEAR2 package. If MyPackage is passed, a directory will be created in the current working directory titled MyPackage, with subdirectories for branches, tags, and trunk. All the required packaging files will be within the trunk directory, and you can place your code within the MyPackage/trunk/src/MyPackage/Main.php file.
channelThe channel argument defaults to pear2.php.net. |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「generate-pear2 - Create the subversion source layout for a PEAR2 package」をGoogle検索
|