Categorygithub.com/gofs-cli/gofs
modulepackage
1.0.10
Repository: https://github.com/gofs-cli/gofs.git
Documentation: pkg.go.dev

# README

gofs (Golang Full Stack)

gofs is a CLI tool to generate opinionated secure projects

Installation

git clone [email protected]:gofs-cli/gofs.git
cd gofs
go mod tidy
go install

Usage

gofs

Current Status

In development but used in production at one of europe's largest tech companies.

Features + Roadmap

Full docs site coming soon

Using generated templates

The template includes several modules that are optional and should be deleted to reduce build size. For example we include a postgres connector and a cloudsql connector for conveniance, but you should likely only need one of them.