0.0.5 • Published 3 years ago
game-asset-resizer v0.0.5
oclif-hello-world
oclif example Hello World CLI
Usage
$ npm install -g game-asset-resizer
$ gar COMMAND
running command...
$ gar (--version)
game-asset-resizer/0.0.5 darwin-arm64 node-v16.16.0
$ gar --help [COMMAND]
USAGE
$ gar COMMAND
...
Commands
gar help [COMMAND]
Display help for gar.
USAGE
$ gar help [COMMAND] [-n]
ARGUMENTS
COMMAND Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for gar.
See code: @oclif/plugin-help
gar resize
Resize all images in path
USAGE
$ gar resize -m <value> -i <value> -o <value> [-c <value>] [-r]
FLAGS
-c, --compress=<value> [default: 50] The percent of compression, 100% for unchanged quality, default to 50%
-i, --input=<value> (required) Input directory
-m, --multiple=<value> (required) Resize the image to the nearest multiple of size
-o, --output=<value> (required) Output directory
-r, --ratio Keep the ratio when resizing, default false
DESCRIPTION
Resize all images in path
EXAMPLES
$ gar resize -i images/ -o output/ -m 16
See code: dist/commands/resize/index.ts
0.0.5
3 years ago
0.0.4
3 years ago
0.0.3-rc.21
3 years ago
0.0.3-rc.20
3 years ago
0.0.3-rc.19
3 years ago
0.0.3-rc.18
3 years ago
0.0.3-rc.17
3 years ago
0.0.3-rc.16
3 years ago
0.0.3-rc.15
3 years ago
0.0.3-rc.14
3 years ago
0.0.3-rc.13
3 years ago
0.0.3-rc.12
3 years ago
0.0.3-rc.11
3 years ago
0.0.3-rc.10
3 years ago
0.0.3-rc.9
3 years ago
0.0.3-rc.8
3 years ago
0.0.3-rc.7
3 years ago
0.0.3-rc.6
3 years ago
0.0.3-rc.5
3 years ago
0.0.3-rc.4
3 years ago
0.0.3-rc.3
3 years ago
0.0.3-rc.2
3 years ago
0.0.3-rc.1
3 years ago
0.0.3-rc.0
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago