howyi/retort

Lite directory compressor

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

This package is auto-updated.

Last update: 2024-04-25 20:11:51 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