howyi/retort

Lite directory compressor

Maintainers

Details

github.com/howyi/retort

Source

Issues

Installs: 109

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/howyi/retort

v1.0.3 2017-10-15 07:25 UTC

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