🔥GORNILO🔥
GORNILO is a project management tool for Odin
Installation
Usage
Create a project
Build the project
Run the project
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
Todo
- Retain
odin build's output formatting - Add ability to build and run examples
- 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.