Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 689 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 689 Bytes

gocrud

Generate CRUD code for golang

I. Summary

Alt text

  • input is yaml file

  • generate file magration, modeling, store

II. Install

Install from source code

$ git clone https://github.com/hongminhcbg/gocrud.git

$ cd gocrud && go mod tidy

$ make build 

$ make install 

III. Usage

$ gocurd init // generate example collections.yaml, after that u update the file depend on your requirement

$ gocrud generate // generate go code from input

IV. TODO