custom-patcher is a CLI tool for patching the version of your application. It provides multiple options to control verbosity and execution speed.
Install globally via npm:
npm install -g custom-patcherOr using Yarn:
yarn global add custom-patcherRun custom-patcher with the desired arguments:
custom-patcher-h,--help: Show help. Default:false.--version: Show CLI version number.-v,--verbose: Turn on verbose logging mode. Default:false.-q,--quick: Turn on low interaction mode. Default:false.
Simple example:
custom-patcherEnable verbose logging:
custom-patcher -vLow interaction (quick) mode:
custom-patcher -qDisplay help:
custom-patcher -hMIT License