tcg

command module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 26, 2024 License: GPL-3.0 Imports: 16 Imported by: 0

README

トレカ生成ツール。

command

go run . -h
───────────────────────────────────────────────────────
 _______ _______  ______
    |    |       |  ____
    |    |_____  |_____|
Trading Card Generator by kijimaD
───────────────────────────────────────────────────────

NAME:
   tcg - tcg [subcommand] [args]

USAGE:
   tcg [global options] command [command options]

VERSION:
   v0.0.1

DESCRIPTION:
   Trading Card Generation tool

COMMANDS:
   build         build
   server        server
   normalizeKey  normalizeKey
   normalizeBg   normalizeBg
   help, h       Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h     show help
   --version, -v  print the version

tree

$ tree
.
├── cmd.go
├── go.mod
├── go.sum
├── images
│   ├── bg
│   │   ├── normalize
│   │   │   ├── patternA.png
│   │   │   └── patternB.png
│   │   └── original
│   │       ├── patternA.png
│   │       └── patternB.png
│   ├── card
│   │   └── jinno.svg
│   └── key
│       ├── normalize
│       │   └── jinno.png
│       └── original
│           └── jinno.png
├── kousei.drawio.svg
├── main.go
├── normalize.go
└── README.md

8 directories, 14 files

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL