Skip to content

jijotj/go-http-bootstrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-bootstrapper

This is a code generator that uses go templates to generate a bootstrap code for a go http server.

Usage

Generate go http server code and push it to the specified repository

SERVICE_NAME=<service_name> make templatize.go

Makefile

This repository utilises Makefile to automate testing, building and packaging the service code. Following are the commands you can run using the Makefile:

  • make templatize.go: Runs the go templatizing code to generate a go http server bootstrap code. repository.
  • make clean: Removes the generated go http server bootstrap code.

About

Code generator that generates boilerplate code for a go http server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published