Skip to content

Initiate a barebones Golang web-server using gin-gonic as its http framework

Notifications You must be signed in to change notification settings

Graveyard-Shift/gy-serv-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gy-serv-init

gy-serv-init initiates a new Golang webserver that uses the gin-gonic package as its http framework.

Usage

gy-serv-init MyAppName
cd MyAppName

The gy-serv-init command takes in one argument; the project's name. It takes the project name and creates a directory named ${projectName} inside the cwd. This directory is the directory the boilerplate will be written in.

MyAppName
├── src
│   ├── controllers
│   |   ├── main.controllers.go
│   |   └── utils.go
|   |
│   └── router
|       └── router.go
├── .editorconfig
├── .gitignore
├── go.mod
└── main.go

About

Initiate a barebones Golang web-server using gin-gonic as its http framework

Topics

Resources

Stars

Watchers

Forks

Languages