repositorypackage
1.0.0
Repository: https://github.com/saeedmdd/go-hexa-cli.git
Documentation: pkg.go.dev
# README
go-hexa-cli
golang hexagonal architecture cli using cobra
How to install
go install github.com/saeedmdd/go-hexa-cli@latest
How to use it
go-hexa-cli new <my_awesome_project> -m <my_mod_path>
How to use it for monolith project
go-hexa-cli new <my_awesome_project> --monolith -m <my_mod_path>
Example
go-hexa-cli new url-shorter -m github.com/akbarabdi/url-shorter