/goinit

CLI application that bootstraps a Go project with the most common stacks

Primary LanguageGoGNU General Public License v3.0GPL-3.0

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