package
0.0.0-20221029112229-2a2181e97dc4
Repository: https://github.com/paulusrobin/gogen-cmd.git
Documentation: pkg.go.dev
# Functions
AddCommand function to add a command.
AddDependencies add external dependencies.
AddEndpoint function to add an endpoint.
AddRepository function to add a repository.
AddUsecase function to add an usecase.
Init function to initialize project folder files.
IsGolangProject function to validate a path is project root of golang project or not.
Name function to get project name from module name.
RemoveCommand function to remove a command.
RemoveEndpoint function to remove an endpoint.
RemoveRepository function to remove a repository.
RemoveUsecase function to remove an endpoint.
ValidateProject function to validate a path is project root of golang project or not.