π₯GORNILOπ₯
GORNILO is a project management tool for Odin
Installation
Usage
Create a project
Build the project
Run the project
Run an example
Clean temporary files
Configuration
GORNILO has a configuration file gornilo.toml which is created in the project's root.
Available options:
[]
= "my_project"
[]
= true
= true
= true
= true
= true
= true
= true
Examples
Examples should have the following structure:
my_project
βββ examples
β βββ my_example
β βββ src
β βββ main.odin
Todo
- Retain
odin build's output formatting - Add ability to run tests
Why Rust?
I wanted to implement GORNILO in Odin, but Odin's standard library has a very poor support for executing command line commands.