Skip to content

Apply go template over files ending with .template in the current directory

License

Notifications You must be signed in to change notification settings

coveooss/gotemplate

Repository files navigation

gotemplate

Build Status Coverage Status

Description

Apply go template over files ending with .template in the current directory.

For more information on Go Template functionality, check this link.

This little utility just scan the current folder for *.template files and apply the go template over them.

Every matching *.ext.template file will render a file named *.generated.ext. Other matched file (if --pattern is supplied) will replace the file with the rendered content and rename the original file *.ext.original.

Documentation

About

Apply go template over files ending with .template in the current directory

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages