raralabs / go-template-generator

Go template generator with GraphQL server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GO GRAPHQL TEMPLATE GENERATOR

This is a simple project that generates a golang skeleton with graphql server.

Files

This project consists of two main files

  1. Makefile
  2. main.go

Makefile consist of scripts that is required to initialize a go module.

Usage

make gen PACKAGE_NAME=<PACKAGE_NAME>

PACKAGE_NAME is optional. If PACKAGE_NAME is not passed default value go-graphql-template will be used as package name.

About

Go template generator with GraphQL server


Languages

Language:Go 82.1%Language:Makefile 17.9%