Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 348 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 348 Bytes

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