# ebiten-cli **Repository Path**: EldersJavas_admin/ebiten-cli ## Basic Information - **Project Name**: ebiten-cli - **Description**: No description available - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-11 - **Last Updated**: 2022-02-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Ebiten CLI tools [![GitHub license](https://img.shields.io/github/license/EldersJavas/ebiten-cli?logo=apache&logoColor=red&style=flat-square)](https://github.com/EldersJavas/ebiten-cli/blob/master/LICENSE) [![wakatime](https://wakatime.com/badge/user/251739d5-2666-4202-9df0-c3b0c64457e4/project/1b45a32c-2320-4256-b50a-aca2391c1fc5.svg)](https://wakatime.com/badge/user/251739d5-2666-4202-9df0-c3b0c64457e4/project/1b45a32c-2320-4256-b50a-aca2391c1fc5) Toools for create ebiten projects. _in development._ ## TODO - [ ] **complete** (50%) - [ ] basic init - [ ] support mizu - [ ] support gohan - [ ] auto update - [ ] execute project - [ ] GUI ## Usage ```bash ███████╗██████╗ ██╗████████╗███████╗███╗ ██╗ ██████╗██╗ ██╗ ██╔════╝██╔══██╗██║╚══██╔══╝██╔════╝████╗ ██║ ██╔════╝██║ ██║ █████╗ ██████╔╝██║ ██║ █████╗ ██╔██╗ ██║█████╗██║ ██║ ██║ ██╔══╝ ██╔══██╗██║ ██║ ██╔══╝ ██║╚██╗██║╚════╝██║ ██║ ██║ ███████╗██████╔╝██║ ██║ ███████╗██║ ╚████║ ╚██████╗███████╗██║ ╚══════╝╚═════╝ ╚═╝ ╚═╝ ╚══════╝╚═╝ ╚═══╝ ╚═════╝╚══════╝╚═╝ Usage: ebiten-cli [command] Available Commands: completion Generate the autocompletion script for the specified shell do Processing projects help Help about any command init Init your ebiten game Flags: --config string config file (default is $HOME/.ebiten-cli.yaml) -h, --help help for ebiten-cli -t, --toggle Help message for toggle Use "ebiten-cli [command] --help" for more information about a command. ``` ## Standard See [standard/README.md](https://github.com/EldersJavas/ebiten-cli/standard/README.md)