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.
-
skylighting
A Haskell syntax highlighting library with tokenizers derived from KDE syntax highlighting descriptions -
double-conversion
A fast Haskell library for converting between double precision floating point numbers and text strings. It is implemented as a binding to the V8-derived C++ double-conversion library.
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
Promo
www.influxdata.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of inject or a related project?
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!