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.
- Host: GitHub
- URL: https://github.com/eplus-dev/merge-templates
- Owner: ePlus-DEV
- Created: 2023-09-14T14:48:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-14T16:17:26.000Z (almost 3 years ago)
- Last Synced: 2023-09-14T17:32:21.865Z (almost 3 years ago)
- Topics: go, golang, merge-templates
- Language: Go
- Homepage: https://eplus.dev
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```