Skip to content

Commit 42f8862

Browse files
committed
Update README.md
1 parent 656f092 commit 42f8862

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
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)
22

33
Simplest Template Engine Ever (Written in BASH)
44

55
## 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
617
You have this `file.template`:
718
```markdown
819
# My template
@@ -29,3 +40,14 @@ You get this:
2940
## The only rule
3041

3142
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

0 commit comments

Comments
 (0)