An open API service indexing awesome lists of open source software.

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.

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
```