sunaoka / phpDocumentor3-template-ja

phpDocumentor 3 Japanese templates / phpDocumentor 3 日本語テンプレート

Home Page:https://packagist.org/packages/sunaoka/php-documentor3-template-ja

Repository from Github https://github.comsunaoka/phpDocumentor3-template-jaRepository from Github https://github.comsunaoka/phpDocumentor3-template-ja

phpDocumentor 3 Japanese templates

Latest Stable Version License


This is a Japanese translation of the phpDocumentor (v3.x) template.

Installation

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

Usage

Using Phive

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

Using the 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

Via Docker

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

Via Composer (not recommended)

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

About

phpDocumentor 3 Japanese templates / phpDocumentor 3 日本語テンプレート

https://packagist.org/packages/sunaoka/php-documentor3-template-ja

License:MIT License


Languages

Language:Twig 99.6%Language:Makefile 0.4%