A builder utility written in Odin for Odin projects.
Find a file
2024-01-18 18:11:35 +02:00
src Refactor 2024-01-18 18:11:35 +02:00
.gitignore working parsing of json and stub for parsing commands 2024-01-18 16:38:37 +02:00
Makefile Refactor 2024-01-18 18:11:35 +02:00
odin_runner.json Refactor 2024-01-18 18:11:35 +02:00
readme.md updated readme 2024-01-18 17:43:52 +02:00

Why?

Because I can.

How to use

Usage examples:

    * `odin_runner` - Run the default command with the defautl configuration (i.e. build with the defaults)
    * `odin_runner build` - Same as above
    * `odin_runner build debug` - Same as above but with an explicit configuration (`debug`)
    * `odin_runner check` - Runs odin check with the defaults
    * `odin_runner check debug` - Same as above but with an explicit configuration (`debug`)
    * `odin_runner clean debug` - Cleans up build artefacts in the build directory of an explicit configuration (`debug`)