sunaoka/php-documentor3-template-ja
最新稳定版本:1.0.1
Composer 安装命令:
composer require sunaoka/php-documentor3-template-ja
包简介
phpDocumentor 3 Japanese templates
README 文档
README
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
统计信息
- 总下载量: 303
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-06-08