Popularity
3.8
Declining
Activity
0.0
Stable
3
4
1

Monthly Downloads: 10
Programming language: Haskell
License: MIT License
Tags: Text    

inject alternatives and similar packages

Based on the "Text" category.
Alternatively, view inject alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of inject or a related project?

Add another 'Text' Package

README

Inject: A minimalistic template engine

Inject expands shell commands in arbitrary text templates.

Example

Given a file input.txt with

My {{echo -n fancy}} template!

When I run inject < input.txt I get

My fancy template!