custom-patcher
v0.0.3
Published
`custom-patcher` is a CLI tool for patching the version of your application. It provides multiple options to control verbosity and execution speed.
Downloads
8
Readme
custom-patcher
custom-patcher is a CLI tool for patching the version of your application. It provides multiple options to control verbosity and execution speed.
Installation
Install globally via npm:
npm install -g custom-patcherOr using Yarn:
yarn global add custom-patcherUsage
Run custom-patcher with the desired arguments:
custom-patcherArguments
-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.
Examples
Simple example:
custom-patcherEnable verbose logging:
custom-patcher -vLow interaction (quick) mode:
custom-patcher -qDisplay help:
custom-patcher -hLicense
MIT License
