naftalimurgor / goscaffold

A minimal project structure generator to begin to programming on Golang quickly (official maintained)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

    ___   ___  __            __  __       _     _
   / _ \ /___\/ _\ ___ __ _ / _|/ _| ___ | | __| |
  / /_\///  //\ \ / __/ _` | |_| |_ / _ \| |/ _` |
 / /_\\/ \_// _\ \ (_| (_| |  _|  _| (_) | | (_| |
 \____/\___/  \__/\___\__,_|_| |_|  \___/|_|\__,_|

GoScaffold, there are no excuses to start in GO

A minimal project structure generator to begin to programming on Golang quickly

Golang, what it that?

Start here Golang Tour

Why do I need a generator?

It is a convenient way to have a starting point for all your projects, so that all your projects start with the same dependencies and the same architecture

Usage

go get -u github.com/aperezg/goscaffold/cmd/goscaffold

To see how to use the tool and the available commands:

goscaffold -h

WIP

This project is under construction and may contain bugs

Options not implemented yet:

  • gitlabci
  • docker

About

A minimal project structure generator to begin to programming on Golang quickly (official maintained)


Languages

Language:Go 72.7%Language:Makefile 27.3%