An open API service indexing awesome lists of open source software.

https://github.com/eldersjavas/ebiten-cli

Toools for create ebiten projects.
https://github.com/eldersjavas/ebiten-cli

cli

Last synced: about 1 year ago
JSON representation

Toools for create ebiten projects.

Awesome Lists containing this project

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)