Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (10 loc) · 295 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 295 Bytes

micro-gen

マイクロサービスで使われるクリーンアーキテクチャのコードを自動生成してくれるプログラム。

Usage

$ go get -u github.com/Taimee/micro-gen
# make directories of layers
$ micro-gen init
# make files
$ micro-gen generate Todo create