howyi/retort

轻量级目录压缩工具

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

This package is auto-updated.

Last update: 2024-09-25 21:07:05 UTC


README

压缩指定名称的目录

安装

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