Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/binatify/gin-template
- Owner: binatify
- Created: 2018-12-14T10:48:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T00:47:14.000Z (over 1 year ago)
- Last Synced: 2024-10-01T09:05:24.585Z (about 1 month ago)
- Topics: gin, gin-template, logger, mongo, web
- Language: Go
- Size: 146 KB
- Stars: 2
- Watchers: 2
- 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
```