https://github.com/maktoobgar/goplate
Goplate is a framework which is written in golang.
https://github.com/maktoobgar/goplate
boilerplate framework golang
Last synced: 6 months ago
JSON representation
Goplate is a framework which is written in golang.
- Host: GitHub
- URL: https://github.com/maktoobgar/goplate
- Owner: maktoobgar
- Created: 2024-05-16T13:23:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T11:34:28.000Z (almost 2 years ago)
- Last Synced: 2025-07-10T16:30:57.229Z (about 1 year ago)
- Topics: boilerplate, framework, golang
- Language: Go
- Homepage:
- Size: 167 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Goplate
## Setup for Development
```bash
python3 auto.py setup
```
## How to Run
```bash
go run main.go
```
## How to Build
```bash
go build -o main main.go
```
## Deploy
```bash
python3 auto.py setup
```