PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

generate-pear2 - Create the subversion source layout for a PEAR2 package | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

generate-pear2 - Create the subversion source layout for a PEAR2 package

Introduction

The 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.

package

The 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.

PEAR2_MyPackage will be the name of your package if MyPackage is passed as the package name.

channel

The channel argument defaults to pear2.php.net.

忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「generate-pear2 - Create the subversion source layout for a PEAR2 package」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | generate-pear2 - Create the subversion source layout for a PEAR2 package」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: