Skip to content

Commit d7f7b7b

Browse files
committed
README: add travis and pypi badges, release 0.2.0
1 parent 89df434 commit d7f7b7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Emrichen – Template engine for YAML & JSON
22

3+
[![Build Status](https://travis-ci.org/japsu/emrichen.svg?branch=master)](https://travis-ci.org/japsu/emrichen) [![PyPI version](https://badge.fury.io/py/emrichen.svg)](https://badge.fury.io/py/emrichen)
4+
35
Emrichen takes in templates written in YAML or JSON, processes tags that do things like variable substitution, and outputs YAML or JSON.
46

57
What makes Emrichen better for generating YAML or JSON than a text-based template system is that it works *within* YAML (or JSON).

0 commit comments

Comments
 (0)