Categorygithub.com/paulusrobin/gogen-cmd
module
0.0.0-20221029112229-2a2181e97dc4
Repository: https://github.com/paulusrobin/gogen-cmd.git
Documentation: pkg.go.dev

# README

gogen-cmd

Command line application for gogen project


Installation

...


Usage

Project Initialization

Command options:

OptionsDescriptionRequired
-mmodule nametrue
-nmodule nametrue
-fin folderfalse

example:

gogen init -m <module-name> -n <project-name> [-f]

or

gogen init --module-name <module-name> --project-name <project-name> [--in-folder]

Command List

CommandDescriptionChecklist
initinitialize project[x]
endpointendpoint module[x]
usecaseusecase module[x]
repositoryrepository module[x]
cmdcmd module[x]
configconfig module[ ]

# Packages

No description provided by the author