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-patcher
Or using Yarn:
yarn global add custom-patcher
Run 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-patcher
Enable verbose logging:
custom-patcher -v
Low interaction (quick) mode:
custom-patcher -q
Display help:
custom-patcher -h
MIT License