Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 521 Bytes

File metadata and controls

30 lines (20 loc) · 521 Bytes

Goinit

CLI that generates a go project with the most common stacks of your choice.

Currently it supports only database agnostic sql code generators (like query builders and so). Still working on supporting ORM's.

Feel free to contribute to this project!

Installation

First, make sure that you have Go installed an GOPATH set in your machine.

go install github.com/samluiz/goinit@latest

goinit -v

Usage

Display the current version:
goinit -v
Start CLI:
goinit