Initial commit

This commit is contained in:
Arik Jones
2024-09-03 10:50:10 -05:00
parent 8ff624350b
commit 7dd149417a
7 changed files with 266 additions and 17 deletions

3
CONVENTIONS.md Normal file
View File

@@ -0,0 +1,3 @@
- Use golang for all code.
- Use cobra for all CLI commands.
- Use a modular approach for code organization.