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: 4 months ago
JSON representation
go web app with gin.
- Host: GitHub
- URL: https://github.com/binatify/gin-template
- Owner: binatify
- Created: 2018-12-14T10:48:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T00:47:14.000Z (over 3 years ago)
- Last Synced: 2025-08-14T18:49:02.630Z (10 months ago)
- Topics: gin, gin-template, logger, mongo, web
- Language: Go
- Size: 146 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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
```