sunaoka/php-documentor3-template-ja

phpDocumentor 3 日本语模板

1.0.1 2021-07-28 07:40 UTC

This package is auto-updated.

Last update: 2024-08-28 14:08:16 UTC


README

Latest Stable Version License

这是 phpDocumentor (v3.x) 模板的日本语翻译。

安装

composer require --dev sunaoka/php-documentor3-template-ja

使用方法

使用 Phive

phive install --force-accept-unsigned phpDocumentor
php tools/phpDocumentor \
    -d src \
    -t output --template vendor/sunaoka/php-documentor3-template-ja/default-ja

使用 PHAR

curl -L -O https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.1.0/phpDocumentor.phar
php phpDocumentor.phar \
    -d src \
    -t output --template vendor/sunaoka/php-documentor3-template-ja/default-ja

通过 Docker

docker run --rm -v $(pwd):/data phpdoc/phpdoc \
    -d src \
    -t output \
    --template /data/vendor/sunaoka/php-documentor3-template-ja/default-ja

通过 Composer(不推荐)

composer require --dev phpdocumentor/phpdocumentor
vendor/bin/phpdoc \
    -d src \
    -t output \
    --template vendor/sunaoka/php-documentor3-template-ja/default-ja