samluiz / goinit

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:Go 100.0%