howyi / retort
Lite directory compressor
Installs: 109
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/howyi/retort
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-09-25 23:44:15 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