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.
- Host: GitHub
- URL: https://github.com/eldersjavas/ebiten-cli
- Owner: EldersJavas
- License: apache-2.0
- Created: 2022-01-07T10:01:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T00:14:39.000Z (over 2 years ago)
- Last Synced: 2025-04-16T06:05:32.344Z (about 1 year ago)
- Topics: cli
- Language: Go
- Homepage:
- Size: 160 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Ebiten CLI tools
[](https://github.com/EldersJavas/ebiten-cli/blob/master/LICENSE)
[](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)