Categorygithub.com/Daniel-Carroll/golang-template-generator
module
0.0.0-20210523222229-af69e5c720c3
Repository: https://github.com/daniel-carroll/golang-template-generator.git
Documentation: pkg.go.dev

# README

Golang Template Generator


Running the Application Locally

Compile the Binary

go build ./cmd/templatr

CLI Options

The options

OptionDescription
-templateName -tName of the template you want to generate
-output -oDirectory where the generated template will be created.

Generating a Template

After compiling the application generating a template is as simple as this:

./templatr -t="go" -o="golang-app"

In this case the template will be generated in a directory called "golang-app"

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author