| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A production-ready Go project template with CI/CD, testing, and build tooling.
built by rizome labs | contact: hi@rizome.dev
# Use this template on GitHub
# 1. Click "Use this template" button
# 2. Create your new repository
# 3. Clone your new repo
# Bootstrap your project
cd your-new-repo
just bootstrap github.com/yourusername/yourproject cli
# Set up development tools
make setup
# Build and test
make build
make testjust bootstrap # Uses defaults (CLI project)
just bootstrap github.com/user/myproject # Custom module name
just bootstrap github.com/user/myproject library # Library project
just bootstrap github.com/user/myproject api # API server projectProject types:
# Install tools
make setup
# Build
make build
# Test
make test
# Lint
make lint
# All checks
make ciMIT License - see the LICENSE file for details.
| Back | FazBrowse Home | New Git URL |