### Problem statement Some commands take times to write ### Proposed solution Shortcut using Makefile. - [ ] Setup "fmt" for go fmt - [ ] Setup "lint" for golangci-lint - [ ] Setup "build" - [ ] Setup "scaffold" to execute the binary created after build - [ ] Setup "help" command - [ ] Update documentation files related to cli library used ### Alternatives considered _No response_ ### Area Other ### Additional context _No response_
Problem statement
Some commands take times to write
Proposed solution
Shortcut using Makefile.
Alternatives considered
No response
Area
Other
Additional context
No response