Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/binatify/gin-template

go web app with gin.
https://github.com/binatify/gin-template

gin gin-template logger mongo web

Last synced: about 1 month ago
JSON representation

go web app with gin.

Awesome Lists containing this project

README

        

# gin-template

gin app generator

### Install

Use go get `github.com/binatify/gin-template/cmd/gin-template`

### Usage

- new app

```
gin-template new hello
```

Notes: the default module name is same with app name.

- new app with custom module

```
gin-template -module gin-template new hello
```