init commit

- first code pass
- readme updates
- config file work
- encrypting passwords
This commit is contained in:
2025-04-16 16:18:40 -04:00
parent b340ae1946
commit 0ff7d25802
7 changed files with 354 additions and 0 deletions

10
main.go Normal file
View File

@@ -0,0 +1,10 @@
/*
Copyright © 2025 Jake jake.young.dev@gmail.com
*/
package main
import "code.jakeyoungdev.com/jake/mctl/cmd"
func main() {
cmd.Execute()
}