kynrai / gofs

gofs (Go Full Stack) is a CLI tool to generate opinionated secure projects using golang + templ + htmx + tailwind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gofs (Golang Full Stack)

gofs is a 10100 CLI tool to generate opinionated secure projects

Installation

git clone git@github.com:kynrai/go-fs.git
cd go-fs
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.

About

gofs (Go Full Stack) is a CLI tool to generate opinionated secure projects using golang + templ + htmx + tailwind

License:MIT License


Languages

Language:Go 66.5%Language:templ 15.2%Language:JavaScript 11.6%Language:Makefile 4.3%Language:Dockerfile 1.2%Language:CSS 0.6%Language:Shell 0.6%