https://github.com/mtmeyer/mini-workflow-tools
A collection of CLI tools I've created to learn Odin
https://github.com/mtmeyer/mini-workflow-tools
Last synced: 4 months ago
JSON representation
A collection of CLI tools I've created to learn Odin
- Host: GitHub
- URL: https://github.com/mtmeyer/mini-workflow-tools
- Owner: mtmeyer
- Created: 2025-07-26T11:08:40.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-07-26T12:14:39.000Z (10 months ago)
- Last Synced: 2025-07-26T18:25:05.941Z (10 months ago)
- Language: Odin
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# mini-workflow-tools
A collection of CLI tools I've created to learn the [Odin programming language](https://odin-lang.org/). None of these are intended to be
production ready robust code, purely created as a learning exercise and to streamline certain aspects of my day to day development.
## Tools
* **kill-port:** A utility to kill a process running on a specific port.
* **runner:** A simple command runner.
* **cli:** A collection of Odin modules used to build the tools in this repo (e.g., colors, spinners).