Simple Odin project init from templates
- Odin 97.7%
- Makefile 2.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
Specifically, we want proper text wrapping for the --description option, which gets inserted into the README file. |
||
| bubbletext | ||
| templates | ||
| tools | ||
| .gitignore | ||
| ATTRIBUTIONS | ||
| LICENSE | ||
| main.odin | ||
| Makefile | ||
| PLANS | ||
| README | ||
__ __
.-----.| |_.-----.--------.-----.| |
| _ || _| -__| | _ || |
|_____||____|_____|__|__|__| __||__|
|__|
---
Simple personal CLI tool for generating Odin projects from either a Basic
(hello world), Raylib, or Library template. A C hello-world project is also
available with the Basic template.
You must have the following CLI tools installed:
- jj (Jujutsu VCS) for "--with-jj" flag
- fj (Forgejo CLI) for "--create-repo" flag
Usage example:
> otempl some-game \
> --type raylib \
> --description "Description for the game" \
> --with-jj \
> --create-repo
> otempl hello-c --lang c