/go-project-cli

Go-based CLI tool for effortless generation of service files, inspired by nest-cli

Primary LanguageGoOtherNOASSERTION

Go Project Cli

It helps to create structured service for go project.

image

Installation

go build
go install

Usage

Create a service


  go-project service <service-name> <module-name> <module-name> <module-name> ...

Create a module###


  go-project module <module-name> model repo service etc ...