datapack-compressor

command module
v0.0.0-...-5467ba0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2020 License: MIT Imports: 11 Imported by: 0

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

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL