File tree 1 file changed +23
-1
lines changed
1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
- # bash-templater [ ![ Build Status] ( https://travis-ci.org/vicentebolea/bash-templater.svg?branch=master )] ( https://travis-ci.org/vicentebolea/bash-templater )
1
+ # BASH TEMPLATER [ ![ Build Status] ( https://travis-ci.org/vicentebolea/bash-templater.svg?branch=master )] ( https://travis-ci.org/vicentebolea/bash-templater )
2
2
3
3
Simplest Template Engine Ever (Written in BASH)
4
4
5
5
## TL;DR
6
+
7
+ Installing:
8
+
9
+ bpkg install vicentebolea/bash-templater
10
+
11
+ Using it:
12
+
13
+ templater vars < file.template
14
+
15
+
16
+ ## USE ME
6
17
You have this ` file.template ` :
7
18
``` markdown
8
19
# My template
@@ -29,3 +40,14 @@ You get this:
29
40
## The only rule
30
41
31
42
Escape the ` @ ` character like ` \@ ` in the rules file.
43
+
44
+ ## INSTALL ME
45
+ Use the fantastic BASH package manager BPKG and just:
46
+
47
+ bpkg install vicentebolea/bash-templater
48
+
49
+ ## AUTHORS
50
+ - Vicente Adolfo Bolea Sanchez <
[email protected] >
51
+
52
+ ## THANKS TO
53
+ - https://github.com/bpkg/bpkg
You can’t perform that action at this time.
0 commit comments