command
module
Version:
v0.0.0-...-5467ba0
Opens a new window with list of versions in this module.
Published: Dec 12, 2020
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Datapack-Compressor
Minecraftのデータパックを圧縮するツール
Feature
- 簡単な操作でデータパックを圧縮することができる
- コメント行や改行のみの行を削除できる
- データパックとは関係のないファイルを除外できる
Usage
基本的な使用法
圧縮したいデータパックフォルダを実行ファイルにドラッグ&ドロップするだけ!
コマンドオプション
| 短いオプション |
長いオプション |
説明 |
| -o |
--output-path [PATH] |
ファイルの出力先パス(ファイル名可) |
| -d |
--do-not-remove-cmt |
ファンクションのコメント行を削除しない |
| -f |
--exclude-remove-file [String] |
削除から除外するファイルパスを正規表現で指定(複数可) |
| -s |
--show-log |
圧縮したファイル一覧を表示する |
コマンド例
dpc src/mydatapack -o release/release_v1.zip -s -f update_log\.txt
mydatapackが圧縮され、release_v1.zipとして出力されます。
update_log.txtは除外されずにzipファイル内に出力されます。
Downloads
Release
Author
License
This app is under the MIT license.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.