0.0.5 • Published 1 year ago

game-asset-resizer v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

oclif-hello-world

oclif example Hello World CLI

oclif Version CircleCI Downloads/week License

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

1 year ago

0.0.4

1 year ago

0.0.3-rc.21

1 year ago

0.0.3-rc.20

1 year ago

0.0.3-rc.19

1 year ago

0.0.3-rc.18

1 year ago

0.0.3-rc.17

1 year ago

0.0.3-rc.16

1 year ago

0.0.3-rc.15

1 year ago

0.0.3-rc.14

1 year ago

0.0.3-rc.13

1 year ago

0.0.3-rc.12

1 year ago

0.0.3-rc.11

1 year ago

0.0.3-rc.10

1 year ago

0.0.3-rc.9

1 year ago

0.0.3-rc.8

1 year ago

0.0.3-rc.7

1 year ago

0.0.3-rc.6

1 year ago

0.0.3-rc.5

1 year ago

0.0.3-rc.4

1 year ago

0.0.3-rc.3

1 year ago

0.0.3-rc.2

1 year ago

0.0.3-rc.1

1 year ago

0.0.3-rc.0

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago