Skip to content

This command is used to merge Go template files into one.

Notifications You must be signed in to change notification settings

ePlus-DEV/merge-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This command is used to merge Go template files into one.

Install

go install github.com/ePlus-DEV/merge-templates@latest

Usage

merge-templates $OUT_PATH $MAIN_TEMPLATE [<template_path_1> <template_path_2>...]

Sample

merge-templates out.txt main_template.tpl template_1.tpl template_2.tpl