Skip to content

Usin' Yargs fer a heartie CLI

Compare
Choose a tag to compare
@chrisdugne chrisdugne released this 27 Dec 22:41
· 300 commits to master since this release
> fox
Usage: fox <command> [options]

Commands:
  fox generate:icons          generate icons, using a base 1200x1200 image
  fox generate:splashscreens  generate splashscreens, extending a background
                              color from a centered base image
  fox generate:screenshots    resize all images in a folder to 2560x1600, to
                              match store requirements
  fox run:editor              open Godot Editor
  fox run:game                start your game to debug

Options:
  -h             Show help                                             [boolean]
  -v, --version  Show version number                                   [boolean]

🦊 Fox CLI v1.2.1
    Documentation: https://github.com/uralys/fox
    Icons, splashscreens and screenshots commands require ImageMagick
    https://imagemagick.org/index.php

choose a command above, example:
fox run:editor