mv-exclude-unused-files
v1.0.12
Published
This script allows you to perform to copy a source directory to the destination folder and exclude unused resources.
Readme
Install
To install mv-resource-cleaner, you should run the install command using Node Package Manager, as follows.
npm install -g mv-exclude-unused-filesUsage
Starting mv-resource-cleaner is easy. Open the command line and then run as belows.
mv-resource-cleaner "src" "dst" [option]For instance,
mv-resource-cleaner "E:/SteamLibrary/steamapps/common/RPG Maker MV/dlc/KadokawaPlugins_New/samples/Gacha Sample" "C:/Users/U/Desktop/Test"Option
There is the option is here.
--audioFileFormat=ogg
--audioFileFormat=m4a
--remainTree=true
--remainTree=falseThe option called --remainTree=false copies image and audio folders only so it is copied to fast.
