An open API service indexing awesome lists of open source software.

https://github.com/eplus-dev/merge-templates

This command is used to merge Go template files into one.
https://github.com/eplus-dev/merge-templates

go golang merge-templates

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

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

## Install
```shell
go install github.com/ePlus-DEV/merge-templates@latest
```

## Usage
```shell
merge-templates $OUT_PATH $MAIN_TEMPLATE [ ...]
```

**Sample**
```shell
merge-templates out.txt main_template.tpl template_1.tpl template_2.tpl
```