howyi / retort
Lite directory compressor
v1.0.3
2017-10-15 07:25 UTC
Requires
- php: >=7.0.16
- symfony/console: ~2.0 | ~3.0
- symfony/yaml: ~2.0 | ~3.0
Requires (Dev)
- phpstan/phpstan: ^0.8.0
- phpunit/phpunit: ^6.2
- satooshi/php-coveralls: ^1.0
- squizlabs/php_codesniffer: ^3.0
- symfony/var-dumper: ^3.3
This package is auto-updated.
Last update: 2025-01-25 21:45:59 UTC
README
指定した名称のディレクトリを全てzip圧縮する
インストール
composer require howyi/retort:~1.0.0 --dev
設定
cwd以下に rtrt.yml
を配置する
type: zip # 圧縮、解凍するディレクトリ名 Retort/ <-> Retort.zip name: Retort # 検索するディレクトリ一覧 src/ tests/ 以下を検索する設定 directories: - src - tests
コマンド
ディレクトリを圧縮
./vendor/bin/rtrt seal
ディレクトリを解凍
./vendor/bin/rtrt heat