Skip to content
/ bruh Public

A CLI utility to easily use the Golang project structure that I prefer.

Notifications You must be signed in to change notification settings

maxguuse/bruh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bruh

A CLI utility to easily use the Golang project structure that I prefer.

Installation

go install github.com/maxguuse/bruh/cmd/bruh@latest

Possible output project structure

.
├── apps
│   ├── api
│   │   ├── cmd
│   │   │   └── main.go
│   │   ├── go.mod
│   │   └── internal
│   └── user
│       ├── cmd
│       │   └── main.go
│       ├── go.mod
│       └── internal
├── bruh.yaml
├── go.work
└── libs
    ├── config
    │   ├── go.mod
    │   └── main.go
    └── logger
        ├── go.mod
        └── main.go

About

A CLI utility to easily use the Golang project structure that I prefer.

Topics

Resources

Stars

Watchers

Forks

Languages